Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into wasmtime-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Dec 16, 2022
2 parents 2783b5a + 72ce32f commit d4d68b1
Show file tree
Hide file tree
Showing 59 changed files with 1,040 additions and 1,098 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 d4d68b1

Please sign in to comment.