Skip to content

Commit 7d483d9

Browse files
PiotrSikoraknm3000
authored andcommitted
wasmtime: update to v0.39.1. (proxy-wasm#296)
While there, add a format check to verify presence of manual fixes to workaround google/cargo-raze#451. Signed-off-by: Piotr Sikora <[email protected]>
1 parent 1b701ef commit 7d483d9

File tree

48 files changed

+963
-341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+963
-341
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
- name: Install dependencies
8585
run: cargo install cargo-raze --version 0.14.1
8686

87+
- name: Format (bazel query)
88+
run: |
89+
bazel query 'deps(//bazel/cargo/...)'
90+
8791
- name: Format (cargo raze)
8892
working-directory: bazel/cargo
8993
run: |

bazel/cargo/wasmtime/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ alias(
4141

4242
alias(
4343
name = "wasmtime",
44-
actual = "@wasmtime__wasmtime__0_38_1//:wasmtime",
44+
actual = "@wasmtime__wasmtime__0_39_1//:wasmtime",
4545
tags = [
4646
"cargo-raze",
4747
"manual",

0 commit comments

Comments
 (0)