Skip to content

Commit

Permalink
wasmtime: update to v2.0.2. (#319)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Nov 22, 2022
1 parent 946c232 commit 624ef2e
Show file tree
Hide file tree
Showing 55 changed files with 991 additions and 1,085 deletions.
6 changes: 3 additions & 3 deletions bazel/cargo/wasmtime/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ alias(

alias(
name = "env_logger",
actual = "@wasmtime__env_logger__0_9_1//:env_logger",
actual = "@wasmtime__env_logger__0_9_3//:env_logger",
tags = [
"cargo-raze",
"manual",
Expand All @@ -32,7 +32,7 @@ alias(

alias(
name = "once_cell",
actual = "@wasmtime__once_cell__1_15_0//:once_cell",
actual = "@wasmtime__once_cell__1_16_0//:once_cell",
tags = [
"cargo-raze",
"manual",
Expand All @@ -41,7 +41,7 @@ alias(

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

0 comments on commit 624ef2e

Please sign in to comment.