Skip to content

Commit b0d9e12

Browse files
committed
Update wasmsign vendored crates to use different repo name
Updating wasmtime updated a dependency used by wasmsign to an incompatible version. They're not used as part of the same build, so separate their dependency graphs by giving wasmsign its own repo name. Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 57eadc5 commit b0d9e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/cargo/wasmsign/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ crates_vendor(
3030
generate_target_compatible_with = False,
3131
manifests = [":Cargo.toml"],
3232
mode = "remote",
33-
repository_name = "cu", # shorten generated paths for Windows...
33+
repository_name = "ws", # shorten generated paths for Windows...
3434
tags = ["manual"],
3535
vendor_path = "remote",
3636
)

0 commit comments

Comments
 (0)