0.12.0
0.12.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "a8f5fe529f066068d98a72fa2dd61dbb410ecc2b9a7bd3bd412f529eb0cc9cd8",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.12.0/rules_rust-v0.12.0.tar.gz"],
)Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- process_wrapper: Apply substitutions to param files by @goffrie in #1565
- Avoid rendering a mock root package when possible by @UebelAndre in #1596
- Remove Google mirror from Starlark snippet in release notes by @UebelAndre in #1604
- Updated crate_universe dependencies by @UebelAndre in #1606
- Remove references to Google mirror in docs by @UebelAndre in #1607
- Renamed
_build_script_runrule tocargo_build_scriptby @UebelAndre in #1612 - Restore support for old
cargo_build_scriptload statements by @UebelAndre in #1613 - Fixed outdated docs by @UebelAndre in #1614
- Build deps of _build_script_run in 'exec' mode by @scentini in #1561
- Fix ambiguous native dependencies in
proc_macros andstaticlibs by @scentini in #1611 - Fixed CI breakage by @UebelAndre in #1619
- process_wrapper: print line on error to parse message as json by @krasimirgg in #1566
- Add
-c optmode to CI by @scentini in #1621 - Added Rust 1.65.0 by @UebelAndre in #1627
- Remove empty glob by @limdor in #1628
- Updated rules_rust to version
0.12.0by @UebelAndre in #1630
New Contributors
Full Changelog: 0.11.0...0.12.0