浏览代码

Merge pull request #578 from aya-rs/dependabot/cargo/bindgen-0.65

build(deps): update bindgen requirement from 0.64 to 0.65
vadorovsky 1 年之前
父节点
当前提交
4776029a9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.64"
+bindgen = "0.65"
 clap = { version = "4", features = ["derive"] }
 anyhow = "1"
 thiserror = "1"