1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

fix minimal versions for bytestring

This commit is contained in:
Rob Ede
2022-07-23 03:06:44 +01:00
parent 0e649329b9
commit c4a0f37d0c

View File

@ -18,7 +18,7 @@ name = "bytestring"
path = "src/lib.rs"
[dependencies]
bytes = "1"
bytes = "1.2"
serde = { version = "1.0", optional = true }
[dev-dependencies]