Skip to content

Commit

Permalink
update wasmtime, resolve dup deps issue
Browse files Browse the repository at this point in the history
correct rustix

Signed-off-by: rahulchaphalkar <rahul.s.chaphalkar@intel.com>
  • Loading branch information
rahulchaphalkar committed Sep 22, 2023
1 parent b7e6907 commit 66da60d
Show file tree
Hide file tree
Showing 111 changed files with 1,623 additions and 1,960 deletions.
6 changes: 3 additions & 3 deletions bazel/cargo/wasmtime/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ licenses([
# Aliased targets
alias(
name = "anyhow",
actual = "@wasmtime__anyhow__1_0_71//:anyhow",
actual = "@wasmtime__anyhow__1_0_75//:anyhow",
tags = [
"cargo-raze",
"manual",
Expand All @@ -32,7 +32,7 @@ alias(

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

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

0 comments on commit 66da60d

Please sign in to comment.