Rust 1.88.0
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
### Misc.
|
### 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
|
## v1.3.0 - 2025-05-06
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ version = "1.3.0"
|
|||||||
description = "TUI to organize your time: Pomodoro, Countdown, Timer."
|
description = "TUI to organize your time: Pomodoro, Countdown, Timer."
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
# Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.
|
# 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"
|
homepage = "https://github.com/sectore/timr-tui"
|
||||||
repository = "https://github.com/sectore/timr-tui"
|
repository = "https://github.com/sectore/timr-tui"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
# Reminder: Always keep `rust-version` in `Cargo.toml` in sync with `channel`.
|
# 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"]
|
components = ["clippy", "rustfmt", "rust-src", "rust-analyzer"]
|
||||||
targets = ["x86_64-pc-windows-gnu", "x86_64-unknown-linux-musl"]
|
targets = ["x86_64-pc-windows-gnu", "x86_64-unknown-linux-musl"]
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
|
|||||||
Reference in New Issue
Block a user