Skip to content

Commit a31efec

Browse files
Jake ChampionJakeChampion
authored andcommitted
They drifted apart because spidermonkey-wasi-embedding does not have a rust-toolchain file, which meant the pre-built spidermonkey-wasi would no longer link due to having conflicting/duplicate symbols. This patch updates our rust-toolchain to match the version used in spidermonkey-wasi-embedding - I have also added the same file to the spidermonkey-wasi-embedding project ot ensure they are on the same version. Fixes #520
1 parent 58ce5e6 commit a31efec

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.65.0"
2+
channel = "1.68.2"
33
targets = [ "wasm32-wasi" ]
44
profile = "minimal"

0 commit comments

Comments
 (0)