Skip to content

Commit 0b1e1a5

Browse files
committed
Add bytes feature.
1 parent 6d52751 commit 0b1e1a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ repository = "https://github.com/rust-embedded/heapless"
1515
version = "0.8.0"
1616

1717
[features]
18+
bytes = ["dep:bytes"]
19+
1820
# Enable polyfilling of atomics via `portable-atomic`.
1921
# `portable-atomic` polyfills some functionality by default, but to get full atomics you must
2022
# enable one of its features to tell it how to do it. See `portable-atomic` documentation for details.

0 commit comments

Comments
 (0)