0.47.1
0.47.1
Bzlmod
bazel_dep(name = "rules_rust", version = "0.47.1")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-35cwdTOaqqu4y+aXgIUU2C2PAKMz4+uyJ7/UMIGCmFs=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.47.1/rules_rust-v0.47.1.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Remote vendor doesn't require srcs present by @illicitonion in #2688
- Add flag to refer to a
sh_toolchain
for process wrapper bootstrap shebangs by @UebelAndre in #2694 - Added Rust 1.79.0 by @UebelAndre in #2695
crate_universe
: Make module extension restarts less expensive. by @criemen in #2691- Add example of using JNI to call into Rust by @illicitonion in #2690
- Apply extra_rustc_flags list to all toolchains by @nmattia in #2693
- rust-analyzer: Factor aliases into the project by @illicitonion in #2709
- crate_universe docs: Split bzlmod from workspace by @illicitonion in #2700
- Updated external dependencies docs by @UebelAndre in #2711
- Update wasm-bindgen to 0.2.92 by @alexkirsz in #2714
- upstream wrappers for cargo, rustc, cargo-clippy by @kolloch in #2703
- Clean up downloads that go through the API instead of the CDN by @ograff in #2718
- Updated rust-analyzer to use repo vs generated files as crate roots by @UebelAndre in #2717
- crate-universe allows workspaces with MODULE.bazel only by @matt-duch in #2720
- Release 0.47.0 by @UebelAndre in #2725
- Update bindgen.bzl to use toolchain system include directories as well by @hlopko in #2727
- Use newer macos runners by @ograff in #2732
New Contributors
- @nmattia made their first contribution in #2693
- @kolloch made their first contribution in #2703
- @matt-duch made their first contribution in #2720
Full Changelog: 0.46.0...0.47.1