Skip to content

Commit

Permalink
wasmtime: update to v0.39.1. (proxy-wasm#296)
Browse files Browse the repository at this point in the history
While there, add a format check to verify presence of manual fixes
to workaround google/cargo-raze#451.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
  • Loading branch information
PiotrSikora authored and knm3000 committed Aug 16, 2022
1 parent 1b701ef commit 7d483d9
Show file tree
Hide file tree
Showing 48 changed files with 963 additions and 341 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
- name: Install dependencies
run: cargo install cargo-raze --version 0.14.1

- name: Format (bazel query)
run: |
bazel query 'deps(//bazel/cargo/...)'
- name: Format (cargo raze)
working-directory: bazel/cargo
run: |
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/wasmtime/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ alias(

alias(
name = "wasmtime",
actual = "@wasmtime__wasmtime__0_38_1//:wasmtime",
actual = "@wasmtime__wasmtime__0_39_1//:wasmtime",
tags = [
"cargo-raze",
"manual",
Expand Down
Loading

0 comments on commit 7d483d9

Please sign in to comment.