mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
bump fsrs
This commit is contained in:
parent
6c63ff960f
commit
ec7a7cd4c3
2 changed files with 5 additions and 4 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue