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

chore: switch to rustversion-msrv

This commit is contained in:
Rob Ede
2024-05-12 18:24:37 +01:00
parent f028a74240
commit 5edbf9e3dc
2 changed files with 2 additions and 3 deletions

View File

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