1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

fix bytestring test on older rust versions

This commit is contained in:
Rob Ede
2021-11-28 01:19:57 +00:00
parent de5908bfe7
commit 5556afd524
2 changed files with 12 additions and 5 deletions

View File

@ -25,3 +25,4 @@ serde = { version = "1.0", optional = true }
ahash = { version = "0.7.6", default-features = false }
serde_json = "1.0"
static_assertions = "1.1"
rustversion = "1"