Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bump rules_rust version
Browse files Browse the repository at this point in the history
We need to use a version of rules_rust that includes bazelbuild/rules_rust#252 in order to fix a breakage in the federation tests (https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1209#df505afb-20a4-4056-ad06-2fa973dbc6c9).
  • Loading branch information
fweikert committed Sep 27, 2019
1 parent 7cda90c commit 42d25d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ def rules_rust():
maybe(
http_archive,
name = "io_bazel_rules_rust",
strip_prefix = "rules_rust-05bd7d1d1bd34225a6614fc131267181aee2b61e",
url = "https://github.com/bazelbuild/rules_rust/archive/05bd7d1d1bd34225a6614fc131267181aee2b61e.tar.gz",
sha256 = "55968c5377d9d9f4a5c61780c8a041d478eaac26d984d19fd589afaf12b353dc",
strip_prefix = "rules_rust-55f77017a7f5b08e525ebeab6e11d8896a4499d2",
url = "https://github.com/bazelbuild/rules_rust/archive/55f77017a7f5b08e525ebeab6e11d8896a4499d2.tar.gz",
sha256 = "b6da34e057a31b8a85e343c732de4af92a762f804fc36b0baa6c001423a70ebc",
)

def rules_sass_deps():
Expand Down

0 comments on commit 42d25d5

Please sign in to comment.