瀏覽代碼

readme: clearify that this project builds on stable Rust

... unless either `singleton` or `legacy` is used
luojia65 2 年之前
父節點
當前提交
d0a163f819
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -29,7 +29,10 @@ in `riscv` dependency crate or RustSBI library itself.
 
 ## Minimum supported Rust version
 
-To compile this project, you may need at least nightly Rust version of `rustc 1.59.0-nightly (c5ecc1570 2021-12-15)`.
+To compile RustSBI library, you need at least stable Rust version of `rustc 1.64.0`.
+
+If you are using feature `singleton` or `legacy` to support legacy SBI extensions, you are required to install
+nightly Rust compiler. You may need at least nightly Rust version of `rustc 1.59.0-nightly (c5ecc1570 2021-12-15)`.
 
 ## Binary downloads