Skip to content

Commit

Permalink
Sync js
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Dec 1, 2024
1 parent 21a3f76 commit 32f421e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "gribberishjs"
version = "0.20.2"
version = "0.21.0"

[lib]
crate-type = ["cdylib"]
Expand All @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.5.0", default-features = false, features = ["chrono_date"] }
napi-derive = "2.5.0"
gribberish = { path = "../gribberish", version = "0.20.2" }
gribberish = { path = "../gribberish", version = "0.21.0" }
chrono = "0.4"

[build-dependencies]
Expand Down

0 comments on commit 32f421e

Please sign in to comment.