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

fix negative impl assertion on 1.60+

see https://github.com/rust-lang/rust/issues/94791
This commit is contained in:
Rob Ede
2022-03-10 02:36:57 +00:00
parent 1fd90f0b10
commit 745e738955
3 changed files with 6 additions and 3 deletions

View File

@ -110,6 +110,7 @@ memchr = "2.4"
once_cell = "1.9"
rcgen = "0.8"
regex = "1.3"
rustversion = "1"
rustls-pemfile = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"