Switch to rustversion
This commit is contained in:
parent
0574f1e020
commit
bc7a85063d
@ -14,7 +14,7 @@ serde = { path = "../serde" }
|
||||
[dev-dependencies]
|
||||
fnv = "1.0"
|
||||
rustc-serialize = "0.3.16"
|
||||
select-rustc = "0.1"
|
||||
rustversion = "0.1"
|
||||
serde = { path = "../serde", features = ["rc", "derive"] }
|
||||
serde_derive = { path = "../serde_derive", features = ["deserialize_in_place"] }
|
||||
serde_test = { path = "../serde_test" }
|
||||
|
@ -1,5 +1,5 @@
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
#[rustc::attr(not(nightly), ignore)]
|
||||
#[rustversion::attr(not(nightly), ignore)]
|
||||
#[test]
|
||||
fn ui() {
|
||||
let t = trybuild::TestCases::new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user