Upgrade to rustc 1.42.0-nightly (9b98af84c 2019-12-22)

This commit is contained in:
Simon Sapin 2019-12-23 13:59:11 +01:00
parent 7e8a305394
commit 1ff5433aef
4 changed files with 11 additions and 8 deletions

View file

@ -30,5 +30,5 @@ servo_config_plugins = { path = "../config_plugins" }
[dev-dependencies]
std_test_override = { path = "../std_test_override" }
[target.'cfg(not(any(target_os = "android", feature = "uwp")))'.dependencies]
[target.'cfg(not(target_os = "android"))'.dependencies]
dirs = "1.0"