0.14.0
0.14.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "dd79bd4e2e2adabae738c5e93c36d351cf18071ff2acf6590190acf4138984f6",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.14.0/rules_rust-v0.14.0.tar.gz"],
)Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Reenable windows job by @scentini in #1658
- Also pass -c opt to tests in opt mode CI by @scentini in #1626
- Fix naming of ambiguous libs by @scentini in #1625
- Allow
buildifierattribute to be a file by @djkoloski in #1660 - Fix issue #1417 - Group deps by platform triple rather than cfg(...) string. by @wmatthews-google in #1647
- Re-render crate BUILD files after #1647 by @wmatthews-google in #1655
- Support Windows ARM64 (
aarch64-pc-windows-msvc) by @p0deje in #1664 - fix: add space to crate data exclude list by @bazaglia in #1665
- Common glob excludes by @bazaglia in #1673
- Revert #1564 by @illicitonion in #1663
- Fix confusing/misleading crate_universe docs by @illicitonion in #1677
- Merge cc toolchain flags into build script env by @illicitonion in #1675
- crate_universe/private/crates_vendor.bzl typo fix by @andrewpollack in #1678
- Updated crate_universe to work with
--nolegacy_external_runfilesby @UebelAndre in #1680 - Allow passing a bazel path to vendor explicitly by @djkoloski in #1661
- stardoc: Use backtick not
<code>for attr default values by @illicitonion in #1682 - Add per-toolchain
rustc_flagsby @P1n3appl3 in #1635 - Add RV64GC target by @tdewey-rivos in #1683
- Updated crate_universe dependencies by @UebelAndre in #1686
- Updated all crates_vendor outputs by @UebelAndre in #1687
- Updated rules_rust to version
0.14.0by @UebelAndre in #1669
New Contributors
- @wmatthews-google made their first contribution in #1647
- @p0deje made their first contribution in #1664
- @bazaglia made their first contribution in #1665
- @P1n3appl3 made their first contribution in #1635
- @tdewey-rivos made their first contribution in #1683
Full Changelog: 0.13.0...0.14.0