Skip to content

Commit 458230d

Browse files
committed
Share Testing check
1 parent b3fcaf7 commit 458230d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/lib_ccxr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crc32fast = "1.4.2"
1717
num_enum = "0.6.1"
1818
prost = "0.13.5"
1919
lazy_static = "1.5.0"
20-
nanomsg-sys = { version = "0.7.2", optional = true }
20+
nanomsg-sys = { version = "0.7.2", optional = true, default-features = false, features = ["bundled"] }
2121
libc = { version = "0.2.172", optional = true }
2222
[features]
2323
default = [

0 commit comments

Comments
 (0)