Skip to content

Commit

Permalink
align FSRS-rs with PyTorch Implementation (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock authored Oct 28, 2024
1 parent 8cf64aa commit 965915e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["LongYinan <[email protected]>"]
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

Expand All @@ -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"

Expand Down

0 comments on commit 965915e

Please sign in to comment.