From d39022a72e6efcac343fcec32e95d23a3640ed52 Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Tue, 5 Aug 2025 12:40:03 +0100 Subject: [PATCH] bump fsrs --- Cargo.lock | 3 ++- Cargo.toml | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f39c9e154..2d50d5388 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2215,7 +2215,8 @@ dependencies = [ [[package]] name = "fsrs" version = "5.1.0" -source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git?branch=Feat/estimate-workload-for-cards#e070c8870f27357f3deaa8b643933b5b3e7a2938" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04954cc67c3c11ee342a2ee1f5222bf76d73f7772df08d37dc9a6cdd73c467eb" dependencies = [ "burn", "itertools 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index 0e866defe..27d14ce8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,10 +33,8 @@ git = "https://github.com/ankitects/linkcheck.git" rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca" [workspace.dependencies.fsrs] -# version = "5.0.1" -git = "https://github.com/open-spaced-repetition/fsrs-rs.git" -branch = "Feat/estimate-workload-for-cards" -# rev = "a7f7efc10f0a26b14ee348cc7402155685f2a24f" +version = "5.1.0" +# git = "https://github.com/open-spaced-repetition/fsrs-rs.git" # path = "../open-spaced-repetition/fsrs-rs" [workspace.dependencies]