fix default features

the bytes crate is only no-std with no default features...
This commit is contained in:
VladimirBramstedt 2022-11-10 17:57:56 +01:00 committed by GitHub
parent bb36e2a072
commit 70548f6b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]