0.49.0
0.49.0
Bzlmod
bazel_dep(name = "rules_rust", version = "0.49.0")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-WJlhi9KAgMZYAyDIlSCgP11BRCH3zxLMjAsBXsBEyF8=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.49.0/rules_rust-v0.49.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- feat(crates_repository): customizable repin instructions by @stevebarrau in #2756
- rust_stdlib_filegroup: update to support srcs from another package by @krasimirgg in #2735
- Add missing local_path_overrides in examples by @illicitonion in #2747
- Added Rust 1.80.0 by @UebelAndre in #2763
- toolchain: support
$(location)
expansion inextra_rustc_flags
by @krasimirgg in #2761 - Allow for unnamed workspaces/modules when using crates_vendor by @AmeliasCode in #2730
- Respect "--no-typescript" flag in wasm_bindgen by @duarten in #2765
- Add version to bindgen dep by @illicitonion in #2768
- Merge repin scripts by @illicitonion in #2769
- crate_universe: Only compile label regex once. by @criemen in #2751
- Add fake dependency roots for all transitive proc-macros by @illicitonion in #2749
- Release 0.49.0 by @UebelAndre in #2773
New Contributors
- @stevebarrau made their first contribution in #2756
Full Changelog: 0.48.0...0.49.0