Skip to content

Commit

Permalink
update to FSRS-rs v1.5.0 (#16)
Browse files Browse the repository at this point in the history
* update to FSRS-rs v1.5.0

* Update package.json

* fix lock

---------

Co-authored-by: Asuka Minato <[email protected]>
  • Loading branch information
L-M-Sherlock and asukaminato0721 authored Dec 31, 2024
1 parent 4a412da commit 1840ca9
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 435 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 = ["AsukaMinato <i at asukaminato dot eu dot org>"]
edition = "2021"
name = "fsrs-rs-nodejs"
version = "0.4.1"
version = "0.7.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.4"
fsrs = "1.5.0"
napi = "2"
napi-derive = "2"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsrs-rs-nodejs",
"version": "0.6.0",
"version": "0.7.0",
"description": "nodejs binding for fsrs-rs",
"main": "index.js",
"repository": {
Expand Down
Loading

0 comments on commit 1840ca9

Please sign in to comment.