0.19.0
0.19.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "dc8d79fe9a5beb79d93e482eb807266a0e066e97a7b8c48d43ecf91f32a3a8f3",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.19.0/rules_rust-v0.19.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Add
render_config
attribute tocrates_vendor
. by @UebelAndre in #1832 - Remove ios/android/wasm support for gen_rust_project deps by @P1n3appl3 in #1684
- Fix typo: plced -> placed by @kiron1 in #1834
- Fix code example in doc by @kiron1 in #1838
- fix: use target_triple struct instead of string by @wcalandro in #1835
- Fix tests for new Apple toolchain by @keith in #1844
- Fix test assertion for arm64 macs by @keith in #1845
- Make rust_clippy providers match rustfmt_test by @0x4da in #1806
- Silence windows build failure by @UebelAndre in #1863
- Support
[patch]
in crate_universe when using multipleCargo.toml
s by @UebelAndre in #1856 - Updated Rust to 1.67.1 by @UebelAndre in #1864
- Re-enable crate_universe MacOS tests by @UebelAndre in #1861
- Skip detecting abi for empty values by @UebelAndre in #1830
- Forward
toolchains
tocargo_build_script
targets by @UebelAndre in #1862 - crate_universe: Support fetching crates with git branch, tag or rev by @ted-logan in #1846
- Use
_make_link_flags_darwin
when target os isios
. by @thb-sb in #1843 - Add Fuchsia platform support by @P1n3appl3 in #1833
- Parallelize cargo tree calls by @JohnAmican in #1874
- Pipe stderr from cargo tree processes by @illicitonion in #1879
- Update crate_universe dependencies by @UebelAndre in #1872
- Make fetch_shas work with mktemp from coreutils 8.32 by @bsilver8192 in #1870
- Support sparse indexes by @illicitonion in #1857
- Added Rust 1.68.0 by @UebelAndre in #1866
- Add support for thumbv7em with hard float by @Codetector1374 in #1871
- Release rules_rust and cargo-bazel by @illicitonion in #1882
New Contributors
- @kiron1 made their first contribution in #1834
- @0x4da made their first contribution in #1806
- @thb-sb made their first contribution in #1843
- @JohnAmican made their first contribution in #1874
- @Codetector1374 made their first contribution in #1871
Full Changelog: 0.18.0...0.19.0