Merge pull request #52 from napi-rs/dependabot/cargo/bindgen-0.54
build(deps): update bindgen requirement from 0.53 to 0.54
This commit is contained in:
commit
a9c46e30c0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ reqwest = { version = "0.10", features = ["native-tls", "blocking"] }
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.53"
|
bindgen = "0.54"
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
napi-build = { version = "0.1", path = "../build" }
|
napi-build = { version = "0.1", path = "../build" }
|
||||||
regex = "1.3"
|
regex = "1.3"
|
||||||
|
|
Loading…
Reference in a new issue