0.51.0
0.51.0
Bzlmod
bazel_dep(name = "rules_rust", version = "0.51.0")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-BCrPtzRpstGEj+FI2Bw0IsYepHqeGQDxyew29R6OcZM=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.51.0/rules_rust-v0.51.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Promote experimental_toolchain_generated_sysroot to non-experimental by @krasimirgg in #2849
- Propagate
cargo_build_script.data
toRustc
compile actions by @UebelAndre in #2856 - Build
rust_test
targets using a crate name different from the underlying lib by @felipeamp in #2828 - Allow
crates_vendor
to read theCARGO_BAZEL_DEBUG
env var by @UebelAndre in #2862 - crate_universe: Don't preform path translation on
out_dir
by @konkers in #2844 - Allow bzlmod users to inhibit toolchain registration by @konkers in #2819
- Add wasm64 support. by @freeformstu in #2866
- Update crate_universe to determine dep+feature trees per host by @UebelAndre in #2877
- Added tests for
runfiles::parse_repo_mapping
by @UebelAndre in #2869 - Move all settings flags into
//rust/settings
by @UebelAndre in #2870 - Update bindgen version to 0.70.1 by @UebelAndre in #2872
- Fix runfiles creation for directory based runfiles. by @UebelAndre in #2883
- crate_universe release 0.15.0 by @UebelAndre in #2880
- Update
cargo_build_script
to work without runfiles support. by @UebelAndre in #2871 - Revert "Update
cargo_build_script
to work without runfiles support (#2871)" by @UebelAndre in #2885 - Fix keyword handling in prost wrapper by @purkhusid in #2888
- Improved various tests to be more compatible on Windows by @UebelAndre in #2886
- Document upstream tooling wrappers by @illicitonion in #2890
- Update
cargo_build_script
to work without runfiles support. by @UebelAndre in #2887 - Release 0.51.0 by @UebelAndre in #2881
New Contributors
- @purkhusid made their first contribution in #2888
Full Changelog: 0.50.1...0.51.0