Skip to content

Commit 6b67c0c

Browse files
committed
Update Rust ruleset to 0.14.0 to support Windows ARM
I also had to repin the lucks by running `CARGO_BAZEL_REPIN=true bazel build rust:selenium-manager`
1 parent c02a748 commit 6b67c0c

File tree

3 files changed

+119
-106
lines changed

3 files changed

+119
-106
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ selenium_register_dotnet()
160160

161161
http_archive(
162162
name = "rules_rust",
163-
sha256 = "0cc7e6b39e492710b819e00d48f2210ae626b717a3ab96e048c43ab57e61d204",
163+
sha256 = "dd79bd4e2e2adabae738c5e93c36d351cf18071ff2acf6590190acf4138984f6",
164164
urls = [
165-
"https://github.com/bazelbuild/rules_rust/releases/download/0.10.0/rules_rust-v0.10.0.tar.gz",
165+
"https://github.com/bazelbuild/rules_rust/releases/download/0.14.0/rules_rust-v0.14.0.tar.gz",
166166
],
167167
)
168168

0 commit comments

Comments
 (0)