mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Update fsrs-rs for partial fix for #2706
This commit is contained in:
parent
fc80793983
commit
b91caad3f3
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1477,7 +1477,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "fsrs"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git?rev=5089470af3944f7efbf386be09f3858342d4d5af#5089470af3944f7efbf386be09f3858342d4d5af"
|
||||
source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git?rev=1d0ca1afee1397aca5398f2e1bf7ece1843e4f42#1d0ca1afee1397aca5398f2e1bf7ece1843e4f42"
|
||||
dependencies = [
|
||||
"burn",
|
||||
"itertools 0.11.0",
|
||||
|
|
|
@ -36,7 +36,7 @@ rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca"
|
|||
|
||||
[workspace.dependencies.fsrs]
|
||||
git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
|
||||
rev = "5089470af3944f7efbf386be09f3858342d4d5af"
|
||||
rev = "1d0ca1afee1397aca5398f2e1bf7ece1843e4f42"
|
||||
# path = "../../../fsrs-rs"
|
||||
|
||||
[workspace.dependencies]
|
||||
|
|
Loading…
Reference in a new issue