Skip to content

Commit cf41e6c

Browse files
committed
chore: upgrade to rust 2024
1 parent 974a605 commit cf41e6c

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
@@ -5,12 +5,12 @@ members = [
55
"examples",
66
"tools/gen-syscall-enum",
77
]
8-
resolver = "2"
8+
resolver = "3"
99

1010
[workspace.package]
1111
version = "5.4.0"
1212
repository = "https://github.com/cloudflare/foundations"
13-
edition = "2021"
13+
edition = "2024"
1414
authors = ["Cloudflare"]
1515
license = "BSD-3-Clause"
1616

tools/gen-syscall-enum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gen-syscall-enum"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
publish = false
66

77
[package.metadata.release]

0 commit comments

Comments
 (0)