fixed type in feature

master
ondra05 2022-04-11 22:53:06 +02:00
parent 4d37a72acf
commit 52c13c2513
1 changed files with 1 additions and 1 deletions

View File

@ -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]