Skip to content

Commit

Permalink
enable default features for wasmtime
Browse files Browse the repository at this point in the history
Signed-off-by: rahulchaphalkar <[email protected]>
  • Loading branch information
rahulchaphalkar committed Sep 15, 2023
1 parent b7e6907 commit 2459f9b
Show file tree
Hide file tree
Showing 145 changed files with 6,031 additions and 926 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__9_0_4//:wasmtime",
tags = [
"cargo-raze",
"manual",
Expand Down
Loading

0 comments on commit 2459f9b

Please sign in to comment.