Use published fsrs version

This commit is contained in:
Daniel Pechersky 2025-09-18 23:26:11 +07:00
parent c6d121014c
commit fed5bc9ea6
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

3
Cargo.lock generated
View file

@ -2235,7 +2235,8 @@ dependencies = [
[[package]]
name = "fsrs"
version = "5.2.0"
source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git#1e271981367454468391f1c686af03a0aa7aab3c"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab5f80c16d1d07e492a6828478ecb9f379f142ba6f19fa3b7955edd180ddc2e"
dependencies = [
"burn",
"itertools 0.14.0",

View file

@ -33,8 +33,8 @@ git = "https://github.com/ankitects/linkcheck.git"
rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca"
[workspace.dependencies.fsrs]
# version = "5.1.0"
git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
version = "5.2.0"
# git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
# path = "../open-spaced-repetition/fsrs-rs"
[workspace.dependencies]