mirror of
https://github.com/fafhrd91/actix-net
synced 2025-03-20 16:05:18 +01:00
fix no_std compatibility (#471)
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
bb36e2a072
commit
9ede174e81
@ -1,6 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
|
- Fix no_std compatibility. [#471]
|
||||||
|
|
||||||
|
[#471]: https://github.com/actix/actix-net/pull/471
|
||||||
|
|
||||||
|
|
||||||
## 1.2.0 - 2022-11-07
|
## 1.2.0 - 2022-11-07
|
||||||
|
@ -18,7 +18,7 @@ name = "bytestring"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1.2"
|
bytes = { version = "1.2", default-features = false }
|
||||||
serde = { version = "1.0", optional = true }
|
serde = { version = "1.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user