We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fcaf7 commit 458230dCopy full SHA for 458230d
src/rust/lib_ccxr/Cargo.toml
@@ -17,7 +17,7 @@ crc32fast = "1.4.2"
17
num_enum = "0.6.1"
18
prost = "0.13.5"
19
lazy_static = "1.5.0"
20
-nanomsg-sys = { version = "0.7.2", optional = true }
+nanomsg-sys = { version = "0.7.2", optional = true, default-features = false, features = ["bundled"] }
21
libc = { version = "0.2.172", optional = true }
22
[features]
23
default = [
0 commit comments