From 965915e9daeaf0d24530a93324b40000d309f792 Mon Sep 17 00:00:00 2001 From: Jarrett Ye Date: Mon, 28 Oct 2024 15:04:49 +0800 Subject: [PATCH] align FSRS-rs with PyTorch Implementation (#4) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf0ae30..5a9196d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["LongYinan "] edition = "2021" name = "fsrs-rs-nodejs" -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] chrono = "0.4.38" -fsrs = "1.4.0" +fsrs = "1.4.1" napi = "2" napi-derive = "2"