Skip to content

Commit 9ede174

Browse files
fix no_std compatibility (#471)
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
1 parent bb36e2a commit 9ede174

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bytestring/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2022-xx-xx
4+
- Fix no_std compatibility. [#471]
5+
6+
[#471]: https://github.com/actix/actix-net/pull/471
47

58

69
## 1.2.0 - 2022-11-07

bytestring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "bytestring"
1818
path = "src/lib.rs"
1919

2020
[dependencies]
21-
bytes = "1.2"
21+
bytes = { version = "1.2", default-features = false }
2222
serde = { version = "1.0", optional = true }
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)