Sfoglia il codice sorgente

fix(workflow): fix sbi-rt test, now we run it in latest nightly

Fix MSRV test version (align with README.md)

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 1 mese fa
parent
commit
99f4177fbe
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      .github/workflows/Rust.yml
  2. 1 1
      README.md

+ 1 - 1
.github/workflows/Rust.yml

@@ -115,7 +115,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions-rust-lang/setup-rust-toolchain@v1
         with:
-          toolchain: stable
+          toolchain: nightly
       - uses: Swatinem/rust-cache@v2
       - name: Run tests
         run: cargo test -p sbi-rt --verbose

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ or consult vendors if they provide discrete RustSBI package support.
 
 ## Minimum supported Rust version
 
-To compile RustSBI library, you need at least nightly Rust version of `rustc 1.83.0 (90b35a623 2024-11-26)`.
+To compile RustSBI library, you need at least nightly Rust version of `rustc 1.83.0 (6b6a867ae 2024-11-27)`.
 We are going to target stable Rustc once 2024 edition is landed (on 2025-02-20).
 
 ## Build this project