Skip to content

Commit

Permalink
Updated msrv for lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonozias committed Jan 24, 2022
1 parent 9b2c3a5 commit f322ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ fn stable_lints() {
#[rustversion::not(stable)]
fn stable_lints() {}

#[rustversion::before(1.54)]
#[rustversion::before(1.57)]
fn msrv_lints() {}

#[rustversion::since(1.54)]
#[rustversion::since(1.58)]
fn msrv_lints() {
println!("cargo:rustc-cfg=msrv");
}

0 comments on commit f322ad5

Please sign in to comment.