prepared release

This commit is contained in:
Ultradesu
2026-07-26 03:51:36 +03:00
parent 4e1c52c4e6
commit 5722e5aae6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ Preserve these architectural invariants:
## Toolchain and checks
The crate uses Rust edition 2024 and Rust 1.88 or newer.
The crate uses Rust edition 2024 and Rust 1.97 or newer.
Run the checks relevant to every code change:
+1 -1
View File
@@ -2,7 +2,7 @@
name = "furumi_tui"
version = "0.1.6"
edition = "2024"
rust-version = "1.88"
rust-version = "1.97"
description = "A federated P2P player for personal music libraries"
license = "WTFPL"
+1 -1
View File
@@ -89,7 +89,7 @@ furumi
Download a prebuilt archive from the
[GitHub releases](https://github.com/house-of-vanity/furumi_tui/releases), or
build Furumi from source with Rust 1.88 or newer:
build Furumi from source with Rust 1.97 or newer:
```bash
cargo build --release --locked