Skip to content

Commit 7baf737

Browse files
authored
fix(avm-transpiler): avm-transpiler bootstrap by tying down rust version (AztecProtocol#4347)
1 parent 6b0d78b commit 7baf737

File tree

2 files changed

+33
-28
lines changed

2 files changed

+33
-28
lines changed

avm-transpiler/Cargo.lock

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

avm-transpiler/rust-toolchain.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[toolchain]
2+
channel = "1.71.1"
3+
components = [ "rust-src" ]
4+
targets = []
5+
profile = "default"

0 commit comments

Comments
 (0)