diff --git a/Cargo.lock b/Cargo.lock index 333cd6110..e414a819e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2235,7 +2235,8 @@ dependencies = [ [[package]] name = "fsrs" version = "5.2.0" -source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git#1e271981367454468391f1c686af03a0aa7aab3c" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cab5f80c16d1d07e492a6828478ecb9f379f142ba6f19fa3b7955edd180ddc2e" dependencies = [ "burn", "itertools 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index 35511e64f..cc358a2e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,8 +33,8 @@ git = "https://github.com/ankitects/linkcheck.git" rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca" [workspace.dependencies.fsrs] -# version = "5.1.0" -git = "https://github.com/open-spaced-repetition/fsrs-rs.git" +version = "5.2.0" +# git = "https://github.com/open-spaced-repetition/fsrs-rs.git" # path = "../open-spaced-repetition/fsrs-rs" [workspace.dependencies]