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
1 parent 25e4764 commit fcc8173
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
Expand Up @@ -17,7 +17,7 @@ resolver = "2"
mimalloc = "0.1"
napi = { version = "3.0.0-alpha.13", 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"] }
Expand Down

0 comments on commit fcc8173

Please sign in to comment.