Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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