Skip to content

Commit e65327e

Browse files
committed
fix stripping
1 parent 0cbceb2 commit e65327e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def proxy_wasm_cpp_host_repositories():
7575
http_archive,
7676
name = "rules_rust",
7777
sha256 = "c8a84a01bff4be4c7a8beefbc12e713ff296fed2110c30572a44205856594cfc",
78-
# strip_prefix = "rules_rust-0.19.0",
78+
strip_prefix = "rules_rust-0.19.0",
7979
# NOTE: Update Rust version in bazel/dependencies.bzl.
8080
url = "https://github.com/bazelbuild/rules_rust/archive/0.19.0.tar.gz",
8181
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch"],

0 commit comments

Comments
 (0)