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