From f0d9ab07ed5a5470322a3b457cc91e308e3e289f Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Wed, 10 Jul 2024 10:07:59 +0100 Subject: [PATCH] fix: use same rust version that StarlingMonkey uses so that we can publish (#823) --- runtime/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/rust-toolchain.toml b/runtime/rust-toolchain.toml index eb63ff6973..b9901d209f 100644 --- a/runtime/rust-toolchain.toml +++ b/runtime/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.75.0" +channel = "1.77.1" targets = [ "wasm32-wasi" ] profile = "minimal"