Update rules_rust

The side-effect of this change is that we get the most recent Rust toolchain on the CI.

PiperOrigin-RevId: 548929866
pull/13341/head
Marcel Hlopko 2 years ago committed by Copybara-Service
parent 3d81903741
commit 02b9af03e6
  1. 4
      WORKSPACE

@ -152,8 +152,8 @@ bind(
http_archive(
name = "rules_rust",
sha256 = "d125fb75432dc3b20e9b5a19347b45ec607fabe75f98c6c4ba9badaab9c193ce",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.17.0/rules_rust-v0.17.0.tar.gz"],
sha256 = "4a9cb4fda6ccd5b5ec393b2e944822a62e050c7c06f1ea41607f14c4fdec57a2",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.25.1/rules_rust-v0.25.1.tar.gz"],
)
load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")

Loading…
Cancel
Save