diff --git a/.cargo/config b/.cargo/config index 42399c1716a867e56f3e536771e75ccaea043e1b..d4047437a786347a1fb6a94c465fd1b1b2c14591 100644 --- a/.cargo/config +++ b/.cargo/config @@ -3,7 +3,7 @@ build-std = ["core", "alloc"] build-std-features = ["compiler-builtins-mem"] [build] -target = "x86_64-unknown-hermit-kernel" +target = "x86_64-unknown-none-hermitkernel" [target.x86_64-unknown-hermit-kernel] runner = "tests/hermit_test_runner.py"