Skip to content

Commit e3a2c3a

Browse files
committed
Switch to rustversion
1 parent 87776ac commit e3a2c3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ryu = "1.0"
2323

2424
[dev-dependencies]
2525
automod = "0.1"
26-
select-rustc = "0.1"
26+
rustversion = "0.1"
2727
serde_bytes = "0.11"
2828
serde_derive = "1.0"
2929
serde_stacker = "0.1"

tests/compiletest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[rustc::attr(not(nightly), ignore)]
1+
#[rustversion::attr(not(nightly), ignore)]
22
#[test]
33
fn ui() {
44
let t = trybuild::TestCases::new();

0 commit comments

Comments
 (0)