@@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: "1.91"
|
||||
toolchain: "1.97"
|
||||
components: rustfmt, clippy
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cargo fmt --all -- --check
|
||||
|
||||
@@ -14,7 +14,7 @@ rendezvous, tickets, identity, or record derivation.
|
||||
|
||||
## Required checks
|
||||
|
||||
The workspace uses Rust edition 2024 and Rust 1.91 or newer.
|
||||
The workspace uses Rust edition 2024 and Rust 1.97 or newer.
|
||||
|
||||
```bash
|
||||
cargo fmt --all -- --check
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ members = [
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
license = "WTFPL"
|
||||
rust-version = "1.91"
|
||||
rust-version = "1.97"
|
||||
repository = "https://gt.hexor.cy/ab/frid"
|
||||
|
||||
[workspace.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user