Update to FSRS-rs v3.0.0 (fix historic memory state) (#3946)

* Update to FSRS-rs v3.0.0 (fix historic memory state)

* format
This commit is contained in:
Jarrett Ye 2025-04-25 18:09:19 +08:00 committed by GitHub
parent 365d50012c
commit 7556f71b96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

5
Cargo.lock generated
View file

@ -2100,7 +2100,8 @@ dependencies = [
[[package]]
name = "fsrs"
version = "3.0.0"
source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git?rev=c7717682997a8a6d53d97c7196281e745c5b3c8e#c7717682997a8a6d53d97c7196281e745c5b3c8e"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7e39017be91629761c3a2802032eb38d226227e1a21433381da4310612199ee"
dependencies = [
"burn",
"itertools 0.14.0",
@ -3377,7 +3378,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]

View file

@ -35,9 +35,9 @@ git = "https://github.com/ankitects/linkcheck.git"
rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca"
[workspace.dependencies.fsrs]
# version = "=2.0.3"
git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
rev = "c7717682997a8a6d53d97c7196281e745c5b3c8e"
version = "3.0.0"
# git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
# rev = "c7717682997a8a6d53d97c7196281e745c5b3c8e"
# path = "../open-spaced-repetition/fsrs-rs"
[workspace.dependencies]