From 75e30b999feeda0f7526669f3f0f08ca6c4acac2 Mon Sep 17 00:00:00 2001 From: David Banks <47112877+dbanks12@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:17:59 -0500 Subject: [PATCH] fix(avm-transpiler): bump rust toolchain version for transpiler (#4356) --- avm-transpiler/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avm-transpiler/rust-toolchain.toml b/avm-transpiler/rust-toolchain.toml index 6ed42dc02c2..eb89935c774 100644 --- a/avm-transpiler/rust-toolchain.toml +++ b/avm-transpiler/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.71.1" +channel = "1.72" components = [ "rust-src" ] targets = [] profile = "default"