Skip to content

Commit 5edbf9e

Browse files
committed
chore: switch to rustversion-msrv
1 parent f028a74 commit 5edbf9e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

actix-macros/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ proc-macro2 = "1.0.60"
3131

3232
[dev-dependencies]
3333
actix-rt = "2"
34-
3534
futures-util = { version = "0.3.17", default-features = false }
36-
rustversion = "1"
35+
rustversion-msrv = "0.99"
3736
trybuild = "1"

actix-macros/tests/trybuild.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[rustversion::stable(1.70)] // MSRV
1+
#[rustversion_msrv::msrv]
22
#[test]
33
fn compile_macros() {
44
let t = trybuild::TestCases::new();

0 commit comments

Comments
 (0)