1
0
Fork 0
forked from AbleOS/ableos

fixed type in feature

This commit is contained in:
Erin 2022-04-11 22:53:06 +02:00 committed by ondra05
parent 56b569deb2
commit 91dc000502

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]