Skip to content

Commit f0d9ab0

Browse files
authored
fix: use same rust version that StarlingMonkey uses so that we can publish (#823)
1 parent 9d212fc commit f0d9ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.75.0"
2+
channel = "1.77.1"
33
targets = [ "wasm32-wasi" ]
44
profile = "minimal"

0 commit comments

Comments
 (0)