浏览代码

docs(readme): update MSRV in README.md (#92)

Update MSRV to satisfy the following features:

- `is_sorted`: stable at `1.82.0`
- `is_some_and`: stable at `1.70.0`
- `&mut in const`: stable at `1.83.0`

Signed-off-by: Nuoxian Wang <bosswnx@qq.com>
Nelson Boss 2 月之前
父节点
当前提交
e785bbfe62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ or consult vendors if they provide discrete RustSBI package support.
 
 
 ## Minimum supported Rust version
 ## Minimum supported Rust version
 
 
-To compile RustSBI library, you need at least stable Rust version of `rustc 1.65.0`.
+To compile RustSBI library, you need at least stable Rust version of `rustc 1.83.0`.
 
 
 ## Build this project
 ## Build this project