bump fsrs

This commit is contained in:
Luc Mcgrady 2025-08-05 12:40:03 +01:00
parent 190fa2ffac
commit d39022a72e
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C
2 changed files with 4 additions and 5 deletions

3
Cargo.lock generated
View file

@ -2215,7 +2215,8 @@ dependencies = [
[[package]]
name = "fsrs"
version = "5.1.0"
source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git?branch=Feat/estimate-workload-for-cards#e070c8870f27357f3deaa8b643933b5b3e7a2938"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04954cc67c3c11ee342a2ee1f5222bf76d73f7772df08d37dc9a6cdd73c467eb"
dependencies = [
"burn",
"itertools 0.14.0",

View file

@ -33,10 +33,8 @@ git = "https://github.com/ankitects/linkcheck.git"
rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca"
[workspace.dependencies.fsrs]
# version = "5.0.1"
git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
branch = "Feat/estimate-workload-for-cards"
# rev = "a7f7efc10f0a26b14ee348cc7402155685f2a24f"
version = "5.1.0"
# git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
# path = "../open-spaced-repetition/fsrs-rs"
[workspace.dependencies]