From fed5bc9ea6ac8f5b5609cea63cee78b447550e52 Mon Sep 17 00:00:00 2001 From: Daniel Pechersky Date: Thu, 18 Sep 2025 23:26:11 +0700 Subject: [PATCH] Use published fsrs version --- Cargo.lock | 3 ++- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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]