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 ee3efc8 commit 3d9c3a9Copy full SHA for 3d9c3a9
Cargo.toml
@@ -1,4 +1,5 @@
1
[workspace]
2
+resolver = "2"
3
members = [
4
"bindgen",
5
"bindgen-cli",
@@ -7,7 +8,6 @@ members = [
7
8
"bindgen-tests/tests/quickchecking",
9
"bindgen-tests/tests/expectations",
10
]
-
11
default-members = [
12
13
@@ -54,4 +54,3 @@ release = false
54
[profile.dist]
55
inherits = "release"
56
lto = "thin"
57
bindgen/lib.rs
@@ -74,6 +74,8 @@ use std::path::{Path, PathBuf};
74
use std::process::{Command, Stdio};
75
use std::rc::Rc;
76
use std::str::FromStr;
77
+
78
+#[cfg(feature = "runtime")]
79
use std::sync::{Arc, OnceLock};
80
81
// Some convenient typedefs for a fast hash map and hash set.
0 commit comments