From 302e22a13649ffced805b50ed51a8ce37d04eed6 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 17 Feb 2026 14:37:00 +0100 Subject: added default build to configuration --- .cargo/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml index 1390ca8..7da195c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,4 +1,7 @@ [unstable] json-target-spec = true build-std-features = ["compiler-builtins-mem"] -build-std = ["core", "compiler_builtins"] \ No newline at end of file +build-std = ["core", "compiler_builtins"] + +[build] +target = "x86_64-strix.json" \ No newline at end of file -- cgit v1.2.3