We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe4d63 commit ac3e4e4Copy full SHA for ac3e4e4
Cargo.toml
@@ -53,7 +53,9 @@ peeking_take_while = "0.1.2"
53
quote = { version = "0.5", default-features = false }
54
regex = "0.2"
55
which = "1.0.2"
56
-proc-macro2 = { version = "0.3.2", default-features = false }
+# New validation in 0.3.6 breaks bindgen-integration:
57
+# https://github.com/alexcrichton/proc-macro2/commit/489c642.
58
+proc-macro2 = { version = "0.3.2, < 0.3.6", default-features = false }
59
60
[dependencies.env_logger]
61
optional = true
0 commit comments