Skip to content

Commit

Permalink
chore: switch to rustversion-msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed May 12, 2024
1 parent f028a74 commit 5edbf9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions actix-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ proc-macro2 = "1.0.60"

[dev-dependencies]
actix-rt = "2"

futures-util = { version = "0.3.17", default-features = false }
rustversion = "1"
rustversion-msrv = "0.99"
trybuild = "1"
2 changes: 1 addition & 1 deletion actix-macros/tests/trybuild.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[rustversion::stable(1.70)] // MSRV
#[rustversion_msrv::msrv]
#[test]
fn compile_macros() {
let t = trybuild::TestCases::new();
Expand Down

0 comments on commit 5edbf9e

Please sign in to comment.