From 91dc000502295c7b321bb4b9dd7209fb976b8a1e Mon Sep 17 00:00:00 2001 From: Erin Date: Mon, 11 Apr 2022 22:53:06 +0200 Subject: [PATCH] fixed type in feature --- ableos/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ableos/.cargo/config.toml b/ableos/.cargo/config.toml index 917f998..cc0f2e3 100644 --- a/ableos/.cargo/config.toml +++ b/ableos/.cargo/config.toml @@ -7,7 +7,7 @@ build-std = ["core", "compiler_builtins", "alloc"] build-std-features = ["compiler-builtins-mem"] [target.'cfg(target_arch = "x86_64")'] -rustflags = ["-C", "target-feature=+rdrnd"] +rustflags = ["-C", "target-feature=+rdrand"] runner = "bootimage runner" [target.riscv64gc-unknown-none-elf]