Skip to content

Commit

Permalink
chore(deps): update rust crate napi-derive to 3.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fb1a6fa commit 7ec85fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ resolver = "2"
mimalloc = "0.1"
napi = { version = "3.0.0-alpha", default-features = false, features = ["napi3"] }
napi-build = "2"
napi-derive = { version = "3.0.0-alpha.13", default-features = false, features = ["type-def"] }
napi-derive = { version = "3.0.0-alpha", default-features = false, features = ["type-def"] }
once_cell = "1"
quickcheck = "1.0"
rand_core = { version = "0.6", features = ["getrandom"] }

0 comments on commit 7ec85fb

Please sign in to comment.