diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2020-04-08 14:57:42 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2020-04-09 21:33:44 +0200 |
commit | 1c0549ce7fd748511d6200e622eddf800b3e9ca4 (patch) | |
tree | 38d850f2f0e185c7e652122fa7b080374999c205 /Xargo.toml | |
parent | 4227425c1e6374857b3d881a1d3963be27141576 (diff) | |
download | servo-1c0549ce7fd748511d6200e622eddf800b3e9ca4.tar.gz servo-1c0549ce7fd748511d6200e622eddf800b3e9ca4.zip |
Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)
Diffstat (limited to 'Xargo.toml')
-rw-r--r-- | Xargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xargo.toml b/Xargo.toml index 147805d63d4..894a551a277 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -3,5 +3,5 @@ std = { features = ["panic-unwind"] } # https://github.com/rust-lang/rust/issues/65313 [target.aarch64-uwp-windows-msvc.dependencies] -std = {} +std = { features = ["panic-unwind"] } |