0.13.0
0.13.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "324c2a86a8708d30475f324846b35965c432b63a35567ed2b5051b86791ce345",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.13.0/rules_rust-v0.13.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Consider compilation mode when choosing
pic
/nopic
object files to link by @scentini in #1624 - Disable failing job in CI by @UebelAndre in #1640
- Upgraded cfg-expr dependency to 0.12.0. by @levahim in #1636
- [docs] Fixing typos in CargoConfig doc strings by @andrewpollack in #1638
- Deduplicate expand_location targets in rust-project.json crate creation to avoid a bazel crash by @googleson78 in #1639
- Fix vendoring when not in a package by @djkoloski in #1646
- Generated rust-project.json files now include sysroot paths by @UebelAndre in #1641
- Remove deprecated attributes from rust_toolchain and cargo_bootstrap by @UebelAndre in #1651
- Deprecated
rust_toolchain.rustc_srcs
by @UebelAndre in #1653 - Replaced custom platform constraint values with aliases to
@platforms
by @UebelAndre in #1652 - fix: Fix issue with wasi-0.11.0+wasi-snapshot-preview1 by @semtexzv in #1632
- Update
//util/label
to support+
in packages by @UebelAndre in #1654 - Updated rules_rust to version
0.13.0
by @UebelAndre in #1644
New Contributors
- @levahim made their first contribution in #1636
- @googleson78 made their first contribution in #1639
- @djkoloski made their first contribution in #1646
- @semtexzv made their first contribution in #1632
Full Changelog: 0.12.0...0.13.0