1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

bump msrv to 1.52.1

This commit is contained in:
Rob Ede
2021-10-19 01:59:28 +01:00
parent efdf3ab1c3
commit ad22cc4e7f
22 changed files with 28 additions and 21 deletions

View File

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