Skip to content

Commit a9d6551

Browse files
committed
bump edition
1 parent 927343e commit a9d6551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/rustc-dev-guide/ci/date-check/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "date-check"
33
authors = ["Noah Lev <camelidcamel@gmail.com>"]
4-
edition = "2021"
4+
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

src/doc/rustc-dev-guide/josh-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "josh-sync"
3-
edition = "2021"
3+
edition = "2024"
44

55
[dependencies]
66
anyhow = "1.0.95"

0 commit comments

Comments
 (0)