Switch to rustversion

This commit is contained in:
David Tolnay 2019-07-07 21:13:29 -07:00
parent 87776aca6c
commit e3a2c3af66
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ ryu = "1.0"
[dev-dependencies]
automod = "0.1"
select-rustc = "0.1"
rustversion = "0.1"
serde_bytes = "0.11"
serde_derive = "1.0"
serde_stacker = "0.1"

View File

@ -1,4 +1,4 @@
#[rustc::attr(not(nightly), ignore)]
#[rustversion::attr(not(nightly), ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();