Skip to content

Commit 63a6e33

Browse files
authored
fix std feature propagation for zenoh-buffers (#1947)
1 parent 0517fbd commit 63a6e33

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

commons/zenoh-codec/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ default = ["std"]
3333
std = [
3434
"tracing",
3535
"uhlc/std",
36-
"zenoh-protocol/std"
36+
"zenoh-protocol/std",
37+
"zenoh-buffers/std"
3738
]
3839
shared-memory = [
3940
"std",

commons/zenoh-protocol/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ std = [
3333
"uhlc/std",
3434
"zenoh-keyexpr/std",
3535
"zenoh-result/std",
36+
"zenoh-buffers/std",
3637
]
3738
shared-memory = ["std", "zenoh-buffers/shared-memory"]
3839
test = ["rand", "zenoh-buffers/test"]

0 commit comments

Comments
 (0)