Rust 1.88.0

This commit is contained in:
jk
2025-06-28 11:26:17 +02:00
parent 93a3cde396
commit ae1c8bc826
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
### Misc.
- (deps) Rust 1.87.0 [#84](https://github.com/sectore/timr-tui/pull/84)
- (deps) Rust 1.88.0 [#85](https://github.com/sectore/timr-tui/pull/85)
## v1.3.0 - 2025-05-06

View File

@@ -4,7 +4,7 @@ version = "1.3.0"
description = "TUI to organize your time: Pomodoro, Countdown, Timer."
edition = "2024"
# Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.
rust-version = "1.87.0"
rust-version = "1.88.0"
homepage = "https://github.com/sectore/timr-tui"
repository = "https://github.com/sectore/timr-tui"
readme = "README.md"

View File

@@ -1,6 +1,6 @@
[toolchain]
# Reminder: Always keep `rust-version` in `Cargo.toml` in sync with `channel`.
channel = "1.87.0"
channel = "1.88.0"
components = ["clippy", "rustfmt", "rust-src", "rust-analyzer"]
targets = ["x86_64-pc-windows-gnu", "x86_64-unknown-linux-musl"]
profile = "minimal"