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

chore(tls): fix min rustls version

This commit is contained in:
Rob Ede
2023-08-29 18:40:55 +01:00
parent 5029beb866
commit 45a7dcba90
2 changed files with 6 additions and 2 deletions

View File

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