Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Update rules_rust
Browse files Browse the repository at this point in the history
This version contains a fix (bazelbuild/rules_rust#252) for how rules_rust constructed C++ command lines.
  • Loading branch information
Marcel Hlopko committed Sep 30, 2019
1 parent 89772c5 commit 649357b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ _go_image_repos()
# For our rust_image test
http_archive(
name = "io_bazel_rules_rust",
sha256 = "019958e96fcb9d8b5e5f74f31ad58f9c59804e8c04cf5aae03b983001edc79e0",
strip_prefix = "rules_rust-f727669b8ac3c9d237ed9bc7833b8e1eeec90506",
urls = ["https://github.com/bazelbuild/rules_rust/archive/f727669b8ac3c9d237ed9bc7833b8e1eeec90506.tar.gz"],
strip_prefix = "rules_rust-55f77017a7f5b08e525ebeab6e11d8896a4499d2",
url = "https://github.com/bazelbuild/rules_rust/archive/55f77017a7f5b08e525ebeab6e11d8896a4499d2.tar.gz",
sha256 = "b6da34e057a31b8a85e343c732de4af92a762f804fc36b0baa6c001423a70ebc",
)

load("@io_bazel_rules_rust//rust:repositories.bzl", "rust_repositories")
Expand Down

0 comments on commit 649357b

Please sign in to comment.