We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974a605 commit cf41e6cCopy full SHA for cf41e6c
Cargo.toml
@@ -5,12 +5,12 @@ members = [
5
"examples",
6
"tools/gen-syscall-enum",
7
]
8
-resolver = "2"
+resolver = "3"
9
10
[workspace.package]
11
version = "5.4.0"
12
repository = "https://github.com/cloudflare/foundations"
13
-edition = "2021"
+edition = "2024"
14
authors = ["Cloudflare"]
15
license = "BSD-3-Clause"
16
tools/gen-syscall-enum/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "gen-syscall-enum"
3
version = "0.1.0"
4
publish = false
[package.metadata.release]
0 commit comments