diff --git a/Cargo.lock b/Cargo.lock index ce9210493..29347399d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2100,7 +2100,8 @@ dependencies = [ [[package]] name = "fsrs" version = "3.0.0" -source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git?rev=c7717682997a8a6d53d97c7196281e745c5b3c8e#c7717682997a8a6d53d97c7196281e745c5b3c8e" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7e39017be91629761c3a2802032eb38d226227e1a21433381da4310612199ee" dependencies = [ "burn", "itertools 0.14.0", @@ -3377,7 +3378,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index eb42e090f..cc533c03a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,9 +35,9 @@ git = "https://github.com/ankitects/linkcheck.git" rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca" [workspace.dependencies.fsrs] -# version = "=2.0.3" -git = "https://github.com/open-spaced-repetition/fsrs-rs.git" -rev = "c7717682997a8a6d53d97c7196281e745c5b3c8e" +version = "3.0.0" +# git = "https://github.com/open-spaced-repetition/fsrs-rs.git" +# rev = "c7717682997a8a6d53d97c7196281e745c5b3c8e" # path = "../open-spaced-repetition/fsrs-rs" [workspace.dependencies]