We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815354b commit 999d1cbCopy full SHA for 999d1cb
1 file changed
Cargo.toml
@@ -24,7 +24,12 @@ riot-build = { version = "< 0.2.0", optional = true }
24
riot-rs-core = { version = "< 0.2.0", optional = true }
25
26
[build-dependencies]
27
-bindgen = "^0.72.0"
+# Generally that is 0.72.1 plus some recent changes -- but the one thing that
28
+# matters over 0.72.1 is that it merges
29
+# <https://github.com/rust-lang/rust-bindgen/pull/2403> to fix
30
+# <https://github.com/rust-lang/rust-bindgen/issues/2991>, which affects only
31
+# native32.
32
+bindgen = { git = "https://github.com/chrysn-pull-requests/rust-bindgen", branch = "extended-floats"}
33
shlex = "^1.3"
34
serde_json = "1"
35
serde = { version = "1", features = [ "derive" ] }
0 commit comments