0.25.0
0.25.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "0c2ff9f58bbd6f2a4fc4fbea3a34e85fe848e7e4317357095551a18b2405a01c",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.25.0/rules_rust-v0.25.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Allow sysroots from cc_toolchains to be added to bindgen actions by @UebelAndre in #2024
- Eliminate Rustfmt action in Bindgen rules. Bindgen can run rustfmt by @UebelAndre in #2025
- Exclude .tmp_git_root from globs by @cameron-martin in #1948
- Fix flaky coverage test in CI by @UebelAndre in #2028
- Re-enable zig example on CI by @illicitonion in #2030
- fix:
crate_type
more accurately corresponds to CC linking actions by @rickvanprim in #1975 - Add Prost and Tonic rules. by @freeformstu in #2033
- Release 0.25.0 by @freeformstu in #2042
Full Changelog: 0.24.1...0.25.0