We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb36e2a commit 9ede174Copy full SHA for 9ede174
bytestring/CHANGES.md
@@ -1,6 +1,9 @@
1
# Changes
2
3
## Unreleased - 2022-xx-xx
4
+- Fix no_std compatibility. [#471]
5
+
6
+[#471]: https://github.com/actix/actix-net/pull/471
7
8
9
## 1.2.0 - 2022-11-07
bytestring/Cargo.toml
@@ -18,7 +18,7 @@ name = "bytestring"
18
path = "src/lib.rs"
19
20
[dependencies]
21
-bytes = "1.2"
+bytes = { version = "1.2", default-features = false }
22
serde = { version = "1.0", optional = true }
23
24
[dev-dependencies]
0 commit comments