1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 19:51:06 +01: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
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

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]