소스 검색

Merge pull request #416 from aya-rs/dependabot/cargo/bindgen-0.61

build(deps): update bindgen requirement from 0.60 to 0.61
Michal Rostecki 2 년 전
부모
커밋
89df8c36d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      aya-tool/Cargo.toml

+ 1 - 1
aya-tool/Cargo.toml

@@ -5,7 +5,7 @@ authors = ["Alessandro Decina <alessandro.d@gmail.com>"]
 edition = "2021"
 
 [dependencies]
-bindgen = "0.60"
+bindgen = "0.61"
 clap = { version = "3", features = ["derive"] }
 anyhow = "1"
 thiserror = "1"