prepared release
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user