0.3.1
0.3.1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "e074f1e203607c5fcd549929d956170346f8807d2bbaeb98b2ed213c37e0870f",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.3.1/rules_rust-v0.3.1.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- feat(#514): pass extra flags to clippy by @roman-kashitsyn in #1264
- Enable xz archives by @wt in #1284
- crate_universe: Added tests for serialized config files. by @UebelAndre in #1291
- Fixed build issues in release artifact by @UebelAndre in #1295
- Updated
rules_rust
version to0.3.1
by @UebelAndre in #1296
Full Changelog: 0.3.0...0.3.1