From 5722e5aae6710c2306a9009104548ed5681464ba Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Sun, 26 Jul 2026 03:51:36 +0300 Subject: [PATCH] prepared release --- AGENTS.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 8950b6e..34b5e49 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 2d246a0..07c633f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 16f0a58..a9915ec 100644 --- a/README.md +++ b/README.md @@ -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