aboutsummaryrefslogtreecommitdiffstats
path: root/Xargo.toml
blob: 894a551a27793d640a321f11ac40d22c8d58b880 (plain) (blame)
1
2
3
4
5
6
7
[target.x86_64-uwp-windows-msvc.dependencies]
std = { features = ["panic-unwind"] }

# https://github.com/rust-lang/rust/issues/65313
[target.aarch64-uwp-windows-msvc.dependencies]
std = { features = ["panic-unwind"] }