Skip to content

Commit e4c6323

Browse files
Merge pull request #1821 from kristof-mattei/renovate/rust
chore(deps): update rust to v1.86.0
2 parents cfbed16 + 6816afe commit e4c6323

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
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.85.1"
6+
rust-version = "1.86.0"
77
authors = ["Kristof Mattei"]
88
description = "Rust seed application"
99
license-file = "LICENSE"

Diff for: rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.85.1"
2+
channel = "1.86.0"
33
components = ["cargo", "clippy", "rustfmt"]
44
profile = "minimal"

0 commit comments

Comments
 (0)