0.41.0
0.41.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-Y4v6kjQQfXxh5tU6FQB6YXux/ODFGUq3IlpgBV4Bwj8=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.41.0/rules_rust-v0.41.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Add example of cross-compiling with musl by @illicitonion in #2535
- Temporarily disable "Examples Clang with LLD" CI job by @UebelAndre in #2560
- Update cargo_toml to
0.19.2
by @jun-sheaf in #2551 - Stop rustfmt versioning from overriding rust-analyzer versioning. by @ReticentIris in #2553
- Rust Analyzer added NixOS supported platforms by @rickvanprim in #2547
- Removed unused 'select_with_or' by @dzbarsky in #2562
- Added Rust 1.77.0 by @UebelAndre in #2568
- bzlmod: fix issue with nightly versions by @QuentinPerez in #2545
- Allow a no-cargo setup for bzlmod by @dzbarsky in #2565
- Fixed genquery for rust targets by @UebelAndre in #2559
- Fix cargo-bazel recompile for MODULE.bazel by @ericmcbride in #2570
- Minor cleanup of bzl files by @UebelAndre in #2573
- Added starlark unit tests for
rust_toolchain.opt_level
by @UebelAndre in #2578 - Mark the bzlmod extension reproducible as appropriate by @dzbarsky in #2575
- Release 0.41.0 by @UebelAndre in #2569
New Contributors
- @jun-sheaf made their first contribution in #2551
- @ReticentIris made their first contribution in #2553
- @QuentinPerez made their first contribution in #2545
- @ericmcbride made their first contribution in #2570
Full Changelog: 0.40.0...0.41.0