Răsfoiți Sursa

Merge pull request #451 from aya-rs/dependabot/cargo/bindgen-0.63

build(deps): update bindgen requirement from 0.61 to 0.63
Michal Rostecki 2 ani în urmă
părinte
comite
52b9ffed60
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      aya-tool/Cargo.toml

+ 1 - 1
aya-tool/Cargo.toml

@@ -5,7 +5,7 @@ authors = ["Alessandro Decina <[email protected]>"]
 edition = "2021"
 
 [dependencies]
-bindgen = "0.61"
+bindgen = "0.63"
 clap = { version = "3", features = ["derive"] }
 anyhow = "1"
 thiserror = "1"