diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 20:45:16 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 20:45:16 +0100 |
| commit | 7f764d3406c13c4fcfa72a797144030dbeed3d46 (patch) | |
| tree | 10019bb15924b0b742aa9663cbacd49fd9e2f0db /.cargo | |
| parent | 6527dd9215be8e2d95f66aab312543da063ffe02 (diff) | |
reformated config.toml
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 2 |
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" |
