Skip to content

Commit db158e8

Browse files
Update Rust crate neon to v1
Update neon from 0.10.1 to 1.0.0 Change-type: patch
1 parent 01da3e9 commit db158e8

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 @@ tokio = { version = "1.29.1", features = ["rt-multi-thread"] }
1717
once_cell = "1.18.0"
1818

1919
[dependencies.neon]
20-
version = "0.10"
20+
version = "1.0"
2121
default-features = false
2222
features = ["napi-6", "channel-api", "promise-api"]
2323

0 commit comments

Comments
 (0)