aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-17 20:45:16 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-17 20:45:16 +0100
commit7f764d3406c13c4fcfa72a797144030dbeed3d46 (patch)
tree10019bb15924b0b742aa9663cbacd49fd9e2f0db /.cargo/config.toml
parent6527dd9215be8e2d95f66aab312543da063ffe02 (diff)
reformated config.toml
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 16455c6..c728a17 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,7 +1,7 @@
[unstable]
json-target-spec = true
-build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
+build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-strix.json"