summaryrefslogtreecommitdiff
path: root/rust-src/bch_bindgen/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'rust-src/bch_bindgen/Cargo.lock')
-rw-r--r--rust-src/bch_bindgen/Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/rust-src/bch_bindgen/Cargo.lock b/rust-src/bch_bindgen/Cargo.lock
index 3d17e2f4..82d211b5 100644
--- a/rust-src/bch_bindgen/Cargo.lock
+++ b/rust-src/bch_bindgen/Cargo.lock
@@ -41,6 +41,7 @@ dependencies = [
"anyhow",
"bindgen",
"bitfield",
+ "bitflags",
"byteorder",
"chrono",
"colored",
@@ -55,7 +56,7 @@ dependencies = [
[[package]]
name = "bindgen"
version = "0.64.0"
-source = "git+file:///home/kent/rust-src/rust-bindgen#f773267b090bf16b9e8375fcbdcd8ba5e88806a8"
+source = "git+https://evilpiepirate.org/git/rust-bindgen.git#f773267b090bf16b9e8375fcbdcd8ba5e88806a8"
dependencies = [
"bitflags",
"cexpr",