Skip to content

Commit fcc8173

Browse files
chore(deps): update rust crate napi-derive to 3.0.0-alpha
1 parent 25e4764 commit fcc8173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resolver = "2"
1717
mimalloc = "0.1"
1818
napi = { version = "3.0.0-alpha.13", default-features = false, features = ["napi3"] }
1919
napi-build = "2"
20-
napi-derive = { version = "3.0.0-alpha.13", default-features = false, features = ["type-def"] }
20+
napi-derive = { version = "3.0.0-alpha", default-features = false, features = ["type-def"] }
2121
once_cell = "1"
2222
quickcheck = "1.0"
2323
rand_core = { version = "0.6", features = ["getrandom"] }

0 commit comments

Comments
 (0)