0.42.0
0.42.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-XT1YVJ6FHJTXBr1v3px2fV37/OCS3dQk3ul+XvfIIf8=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.42.0/rules_rust-v0.42.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Fix crates.io URL by @ericmcbride in #2597
- Add support for
--compile_one_dependency
by @william-smith-skydio in #2598 - Update rules_apple by @sgowroji in #2602
- Support building more things with bzlmod by @matts1 in #2601
- Make bazel lock file cross-platform by @cameron-martin in #2453
- Added Rust 1.77.1 by @UebelAndre in #2591
- Fix (+) In vendored crates semver metadata by @ericmcbride in #2579
- Keep default_features parity from bzlmod to workspace by @Lev1ty in #2606
- clippy: use --cap-lints=warn; apply clippy_flags when capture_output=True by @goffrie in #2451
- Added Rust 1.77.2 by @UebelAndre in #2608
- Re-vendor crate_universe outputs by @UebelAndre in #2609
- Release 0.42.0 by @UebelAndre in #2610
New Contributors
Full Changelog: 0.41.1...0.42.0