prepared release
CI / check (push) Successful in 2m16s

This commit is contained in:
Ultradesu
2026-07-26 03:51:15 +03:00
parent c6b2a066b4
commit 34f120036f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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]
+1 -1
View File
@@ -62,7 +62,7 @@ Start with the crate documentation:
## 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
cargo fmt --all -- --check