Skip to content

Commit d5c7e57

Browse files
Update Rust crate neon to ^0.10.1
1 parent 3eb8ac0 commit d5c7e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ crate-type = ["cdylib"]
1313
serde = { version = "1.0", features = ["derive", "rc"] }
1414
serde_json = "1.0"
1515
adblock = { path = "../", features = ["css-validation", "content-blocking", "resource-assembler"] }
16-
neon = { version = "^ 0.10", default-features = false, features = ["napi-1"] }
16+
neon = { version = "^0.10.1", default-features = false, features = ["napi-1"] }

0 commit comments

Comments
 (0)