0.11.0
0.11.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "696b01deea96a5e549f1b5ae18589e1bbd5a1d71a36a243b5cf76a9433487cf2",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.11.0/rules_rust-v0.11.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Minor cleanup of CI pipelines by @UebelAndre in #1534
- Fix crate_universe/private/srcs.bzl to work with repo mappings by @Wyverald in #1540
- Remove -lgcc from Android builds by @keith in #1541
- Add android example by @keith in #1545
- use crate_info.deps in establish_cc_info by @krasimirgg in #1543
- Strip leading '@'s for labels in the splicing manifest by @Wyverald in #1547
- Update apple_support by @keith in #1549
- Add iOS examples by @keith in #1546
- Fix markdown typo in rust_analyzer.md by @bsilver8192 in #1553
- Update docs to show release policies and support by @illicitonion in #1560
- Added Rust 1.64.0 by @UebelAndre in #1562
- Remap $PWD to empty string instead of "." by @goffrie in #1563
- Export AbsoluteLabel functionality by @scentini in #1568
- update to wasm-bindgen v0.2.83 by @khumps in #1567
- Move crate_root_src to utils.bzl by @hlopko in #1570
- Cleanup deprecated code by @UebelAndre in #1577
- Add an output group for the .rmeta by @bsilver8192 in #1585
- Set CARGO_MANIFEST_DIR at runtime for tests by @bsilver8192 in #1559
- fix: incorrect rustfmt edition query by @roman-kashitsyn in #1582
- Add
out_dir
support incargo_dep_env
by @bsilver8192 in #1571 - Fix build scripts targeting the wrong architecture by @dae in #1564
- Merge runfiles from transitive dependencies of rust_test crate attr by @neilisaac in #1487
- Ignore non-utf8 text in build script output by @dae in #1583
- Expose the output directory from cargo_build_script by @bsilver8192 in #1588
- Fixes crates_vendor labels in remote mode when used from the root workspace by @csmulhern in #1575
- Updated crate_universe dependencies by @UebelAndre in #1591
- Typo correction on doc by @andrewpollack in #1593
- Updated rules_rust to version
0.11.0
. by @UebelAndre in #1587
New Contributors
- @Wyverald made their first contribution in #1540
- @goffrie made their first contribution in #1563
- @khumps made their first contribution in #1567
- @neilisaac made their first contribution in #1487
- @andrewpollack made their first contribution in #1593
Full Changelog: 0.10.0...0.11.0