fix: the trout population...
This commit is contained in:
parent
01a1cda1b8
commit
e6fe790232
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
[unstable]
|
||||
build-std = ["core", "alloc"]
|
||||
build-std = ["std", "core", "alloc"]
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
cargoExtraArgs = if
|
||||
rustToolchainSettings.channel == "nightly"
|
||||
then
|
||||
"-Z build-std='' --target x86_64-unknown-linux-gnu"
|
||||
"-Z build-std=std,core,alloc"
|
||||
else
|
||||
"";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue