Skip to content

Commit 7556f71

Browse files
authored
Update to FSRS-rs v3.0.0 (fix historic memory state) (#3946)
* Update to FSRS-rs v3.0.0 (fix historic memory state) * format
1 parent 365d500 commit 7556f71

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ git = "https://github.com/ankitects/linkcheck.git"
3535
rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca"
3636

3737
[workspace.dependencies.fsrs]
38-
# version = "=2.0.3"
39-
git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
40-
rev = "c7717682997a8a6d53d97c7196281e745c5b3c8e"
38+
version = "3.0.0"
39+
# git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
40+
# rev = "c7717682997a8a6d53d97c7196281e745c5b3c8e"
4141
# path = "../open-spaced-repetition/fsrs-rs"
4242

4343
[workspace.dependencies]

0 commit comments

Comments
 (0)