bump fsrs

This commit is contained in:
Luc Mcgrady 2025-07-24 10:46:28 +01:00
parent 6c63ff960f
commit ec7a7cd4c3
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C
2 changed files with 5 additions and 4 deletions

3
Cargo.lock generated
View file

@ -2214,7 +2214,8 @@ dependencies = [
[[package]]
name = "fsrs"
version = "5.0.0"
source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git?branch=Refactor/expected_workload_via_dp#808bd715b302ccdda26a2d29c7566270e7be3bb3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f590cfcbe25079bb54a39900f45e6e308935bd6067249ce00d265b280465cde2"
dependencies = [
"burn",
"itertools 0.14.0",

View file

@ -33,9 +33,9 @@ git = "https://github.com/ankitects/linkcheck.git"
rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca"
[workspace.dependencies.fsrs]
# version = "4.1.1"
git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
branch = "Refactor/expected_workload_via_dp"
version = "5.0.0"
# git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
# branch = "Refactor/expected_workload_via_dp"
# rev = "a7f7efc10f0a26b14ee348cc7402155685f2a24f"
# path = "../open-spaced-repetition/fsrs-rs"