Skip to content

Commit d76f7e6

Browse files
Merge pull request #1963 from kristof-mattei/renovate/rust
chore(deps): update rust to v1.88.0
2 parents 423e349 + da980d7 commit d76f7e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rust-seed"
33
# don't change this, it's updated before an actual build by update-version.sh
44
version = "0.0.0-development"
55
edition = "2024"
6-
rust-version = "1.87.0"
6+
rust-version = "1.88.0"
77
authors = ["Kristof Mattei"]
88
description = "Rust seed application"
99
license-file = "LICENSE"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.87.0"
2+
channel = "1.88.0"
33
components = ["cargo", "clippy", "rustfmt"]
44
profile = "minimal"

0 commit comments

Comments
 (0)