fix: the trout population...

This commit is contained in:
Tobias Berger 2025-03-05 11:11:37 +01:00
parent 01a1cda1b8
commit e6fe790232
Signed by: toby
GPG key ID: 2D05EFAB764D6A88
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
[unstable]
build-std = ["core", "alloc"]
build-std = ["std", "core", "alloc"]

View file

@ -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
"";