mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-26 22:07:42 +02:00
fix no_std compatibility (#471)
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
committed by
GitHub
parent
bb36e2a072
commit
9ede174e81
@ -18,7 +18,7 @@ name = "bytestring"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.2"
|
||||
bytes = { version = "1.2", default-features = false }
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
Reference in New Issue
Block a user