Skip to content

Commit d876c00

Browse files
chore: rust 1.85.0
2 parents d825c2c + b73ce5f commit d876c00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
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"
5-
edition = "2021"
6-
rust-version = "1.84.1"
5+
edition = "2024"
6+
rust-version = "1.85.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.84.1"
2+
channel = "1.85.0"
33
components = ["cargo", "clippy", "rustfmt"]
44
profile = "minimal"

0 commit comments

Comments
 (0)