0.28.0
0.28.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "c46bdafc582d9bd48a6f97000d05af4829f62d5fee10a2a3edddf2f3d9a232c1",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.28.0/rules_rust-v0.28.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Remove cfg exec from link_deps attribute by @kalcutter in #2148
- Bump min Bazel version to 6.3 by @scentini in #2150
- Remove usage of grep_includes by @kotlaja in #2072
- Added github action to publish cargo-bazel binaries. by @UebelAndre in #2134
- Add missing comma in nightly's example in index.md by @dayfine in #2151
- cargo_build_scripts can be run from custom directories by @illicitonion in #2152
- Handle files from external repos (fix breaking change in Bazel 3.7.0) by @jgsogo in #2138
- Fix prost documentation errors by @joelwachsler in #2093
- Use cc_toolchain.linker_files() for files required at linking steps by @daivinhtran in #2165
- Added Rust 1.72.1 by @UebelAndre in #2163
- Export bindgen rules through
@rules_rust//bindgen:defs.bzl
by @UebelAndre in #2054 - Revert "Flip experimental_use_coverage_metadata_files" by @UebelAndre in #2164
- Release 0.28.0 by @UebelAndre in #2167
New Contributors
- @kotlaja made their first contribution in #2072
- @dayfine made their first contribution in #2151
- @jgsogo made their first contribution in #2138
- @joelwachsler made their first contribution in #2093
Full Changelog: 0.27.0...0.28.0