Skip to content

Commit b7e7293

Browse files
committed
.
1 parent e8b08d9 commit b7e7293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

avm-transpiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "avm-transpiler"
33
version = "0.1.0"
44
authors = ["The Aztec Team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "MIT OR Apache-2.0"
77

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

avm-transpiler/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.75.0"
2+
channel = "1.85.0"
33
components = ["rust-src"]
44
targets = []
55
profile = "default"

0 commit comments

Comments
 (0)