Skip to content

Commit d0ba42f

Browse files
committed
build: edition 2024; rustc 1.86
1 parent 231fd58 commit d0ba42f

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
@@ -1,7 +1,7 @@
11
[package]
22
name = "rust-template"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
readme = "README.md"
66
authors = ["Oliver Chalk"]
77
license = "MIT OR Apache-2.0"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.82.0"
2+
channel = "1.86.0"

0 commit comments

Comments
 (0)