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

bump msrv to 1.59

This commit is contained in:
Rob Ede
2022-08-27 13:14:16 +01:00
parent 056de320f0
commit 679f61cf37
24 changed files with 88 additions and 50 deletions

View File

@ -1,4 +1,4 @@
#[rustversion::stable(1.57)] // MSRV
#[rustversion::stable(1.59)] // MSRV
#[test]
fn compile_macros() {
let t = trybuild::TestCases::new();