Skip to content

Commit b2e4e7c

Browse files
committed
Temporarily override bindgen path
Depend on rust-lang/rust-bindgen#1793 for `func_macro` support.
1 parent c4e7aa1 commit b2e4e7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ lazy_static = "1.4.0"
1515

1616
[build-dependencies]
1717
attohttpc = { version = "0.15", default-features = false }
18-
bindgen = "0.53"
18+
bindgen = "*"
1919
cc = "1.0"
2020
flate2 = "1.0"
2121
tar = "0.4"
2222

2323
[dev-dependencies]
2424
libc = "0.2"
25+
26+
[patch.crates-io]
27+
bindgen = { git = "https://github.com/kulp/rust-bindgen", branch = "function-macros" }

0 commit comments

Comments
 (0)