0.6.0
0.6.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "872b04538ca20dad94791c348623f079ba93daf274c1d57ae6bfe0930ec77f0d",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.6.0/rules_rust-v0.6.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Ensure crate_features to be included correctly in rust_project.json by @mypmc in #1356
- Add armv7-linux-androideabi tier 2 triple by @keith in #1362
- Update rules_perl in examples by @keith in #1364
- Add
env
attribute torust_toolchain
. by @UebelAndre in #1363 - Use target instead of rule in rust_register_toolchains edition docs by @dfreese in #1366
- Fix incorrect assertion in test_env_launcher test by @dfreese in #1368
- Use a more compact encoding in the
import
macro. by @cfredric in #1365 - Avoid using common substrings as encodings in
import
macro. by @cfredric in #1370 - Support crates that have mix of generated and nongenerated inputs by @scentini in #1340
- Renamed toolchain files targets by @UebelAndre in #1376
- Removed deprecated file by @UebelAndre in #1380
- Added comments to internal function by @UebelAndre in #1378
- Use
target_compatible_with
to makemacos
withXcode
happy by @scentini in #1391 - Fixed Clippy bug with
--@rules_rust//:clippy_flags
. by @UebelAndre in #1392 - Added TemplateVariableInfo to rust_toolchain by @UebelAndre in #1377
- Ran clang-format on all C++ sources by @UebelAndre in #1396
- Refactored the Rustfmt tool to work cross-platform by @UebelAndre in #1375
- Reorganized rustfmt source tree by @UebelAndre in #1399
- Added support for vendoring external manifests by @UebelAndre in #1381
- Added more "ignore" tags to rustfmt and clippy rules. by @UebelAndre in #1400
- Enable rustfmt CI for Windows. by @UebelAndre in #1403
- cargo: Fix handling of relative sysroots by @kalcutter in #1371
- Deleted deprecated
rust_analyzer
rule. by @UebelAndre in #1405 - Use a vec, not set for rustc_flags for crate_universe annotations by @UebelAndre in #1404
- Deleted "extra workspace member" functionality from crate_universe by @UebelAndre in #1406
- Updated crate_universe version (to
0.3.0
) and dependencies by @UebelAndre in #1409 - Update wasm_bindgen to use crate universe. by @UebelAndre in #1398
- Updated
rules_rust
version to0.6.0
. by @UebelAndre in #1397
Full Changelog: 0.5.0...0.6.0