Skip to content

Commit 7aef8c3

Browse files
committed
Temporarily override bindgen path
Depend on rust-lang/rust-bindgen#1793 for `func_macro` support.
1 parent 291acf8 commit 7aef8c3

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
@@ -14,11 +14,14 @@ paste = "0.1.18"
1414
lazy_static = "1.4.0"
1515

1616
[build-dependencies]
17-
bindgen = "0.53"
17+
bindgen = "*"
1818
cc = "1.0"
1919
flate2 = "1.0"
2020
reqwest = { version = "0.10", default-features = false, features = [ "blocking" ] }
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)