summaryrefslogtreecommitdiff
path: root/rust-src/bch_bindgen/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Hill <daniel@gluo.nz>2022-11-26 14:39:39 +1300
committerDaniel Hill <daniel@gluo.nz>2023-01-03 16:58:55 +1300
commit9d6040c8b60d10f901141df9d739005f3fe0326e (patch)
tree4a7f181e63321cfb237f518a06509f2cf9fec616 /rust-src/bch_bindgen/Cargo.toml
parent42cf74fd1d0ef58927967e6236988e86cfc0d086 (diff)
rust: update bindgen to 0.63
Signed-off-by: Daniel Hill <daniel@gluo.nz>
Diffstat (limited to 'rust-src/bch_bindgen/Cargo.toml')
-rw-r--r--rust-src/bch_bindgen/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-src/bch_bindgen/Cargo.toml b/rust-src/bch_bindgen/Cargo.toml
index 91cc77fe..37a56273 100644
--- a/rust-src/bch_bindgen/Cargo.toml
+++ b/rust-src/bch_bindgen/Cargo.toml
@@ -23,4 +23,4 @@ gag = "1.0.0"
[build-dependencies]
pkg-config = "0.3"
-bindgen = { version = "0.59.1", default-features = false }
+bindgen = { version = "0.63", default-features = false }