Skip to content

Commit

Permalink
[smoke-test] Update rules_rust version (#151)
Browse files Browse the repository at this point in the history
This is required for bazel 3.1.0; otherwise
bazelbuild/bazel#7793
causes build failures.
  • Loading branch information
smklein authored Apr 30, 2020
1 parent 7daf5ba commit 8337c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "io_bazel_rules_rust",
commit = "5894d35bb7b5f982478dfbf71bc411426fae3451",
commit = "8d3cb6878cf1447e81cd3d7f97057e70285fc833",
remote = "https://github.com/bazelbuild/rules_rust.git",
)
Expand Down

0 comments on commit 8337c7b

Please sign in to comment.