Skip to content

Commit fcede4d

Browse files
committed
use edition 2024
mostly a cheap way for me to check new branch protection rules (& automerge!)
1 parent 5cda946 commit fcede4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

calendar_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 = "calendar_check"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
license = "Apache-2.0"
66
description = "Google Calendar utils for LLVM buildbot monitoring"
77
authors = ["George Burgess IV <george.burgess.iv@gmail.com>"]

llvm_buildbot_monitor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "llvm_buildbot_monitor"
33
version = "0.1.0"
44
authors = ["George Burgess IV <george.burgess.iv@gmail.com>"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0"
77
description = "Discord bot that monitors LLVM buildbot status and posts updates"
88

0 commit comments

Comments
 (0)