File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "$(echo $WASMTIME_RELEASE_BRANCH)" }
4848 cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "$(echo $WASMTIME_RELEASE_BRANCH)" }
4949 EOF
50+ cargo check -p rustc-hash # update lockfile
5051 env :
5152 WASMTIME_RELEASE_BRANCH : ${{ steps.wasmtime_release_branch.outputs.branch }}
5253
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ indexmap = "2.0.0"
2222libloading = { version = " 0.9.0" , optional = true }
2323smallvec = " 1.8.1"
2424
25- [patch .crates-io ]
2625# Uncomment to use an unreleased version of cranelift
26+ # [patch.crates-io]
2727# cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-44.0.0" }
2828# cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-44.0.0" }
2929# cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-44.0.0" }
You can’t perform that action at this time.
0 commit comments