0.34.0
0.34.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "049fe1866e36f7c46cd266b66bad160a9a792e90e5ddd2baeae48fadeea94832",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.34.0/rules_rust-v0.34.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Uprev bazel CI to bazel 7.0.0 by @matts1 in #2322
- Add
env
attribute torust_binary
by @UebelAndre in #1692 - cargo-bazel: Corrected sparse registry splicing code by @JulianSchmid in #2325
- Add support for QNX by @jondo2010 in #2195
- Platform transition added to Rust binary rules. by @rickvanprim in #2310
- Remove
.bazelversion
file to always use latest release available. by @UebelAndre in #2323 - Add crate for testing build configs by @illicitonion in #2326
- Add licence to Cargo.toml by @illicitonion in #2327
- Inform users that
crate
andsrcs
are mutually exclusive by @UebelAndre in #1650 - Regenerate crate_universe examples by @UebelAndre in #2330
- Moved
generate_target_compatible_with
intorender_config
. by @rickvanprim in #2329 - Release 0.34.0 by @UebelAndre in #2334
New Contributors
- @JulianSchmid made their first contribution in #2325
- @jondo2010 made their first contribution in #2195
Full Changelog: 0.33.0...0.34.0