0.8.0
0.8.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "b534645f6025ea887e8be6f577832e2830dc058a2990e287ff7a3745c523a739",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.8.0/rules_rust-v0.8.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- docs: Update homepage instructions for latest version by @typesanitizer in #1441
- Re-enable disabled windows jobs in CI by @UebelAndre in #1353
- Updated toolchain repository rules to represent one toolchain per repo by @UebelAndre in #1442
- Upgrade stardoc by @bsilver8192 in #1444
- Replaced small genrules with uses of bazel_skylib by @UebelAndre in #1451
- crate_universe: shorten
crate_universe_crate_index
tocui
by @krasimirgg in #1454 - Add extra_rustc_flag and extra_exec_rustc_flag by @mypmc in #1413
- Fix @libgit2 by @uhthomas in #1457
- Do not add proc-macro deps to transitive_link_search_paths by @krasimirgg in #1424
- Fixed missing items in distro artifact by @UebelAndre in #1450
- Add a way to distinguish proc-macro deps by @krasimirgg in #1420
- feat: add
rustc_flags
attr torust_doc
rule by @ParkMyCar in #1458 - Updated header of crate_universe generated files to include a regen command by @UebelAndre in #1461
- Cleanup crate_universe dependency macros by @UebelAndre in #1460
- Stamp only binaries by default by @scentini in #1452
- Limit coverage to requested files by @keith in #1467
- Fixed crate_universe lockfile checks for crates_repository rule by @UebelAndre in #1468
- Updated
wasm_bindgen
rules dependencies. by @UebelAndre in #1464 - Updated
tools/rust_analyzer
to usecrate_universe
. by @UebelAndre in #1448 - Update
//bindgen
to usecrate_universe
by @UebelAndre in #1440 - Updated rust-analyzer generator to use clap by @UebelAndre in #1471
- Updated bindgen version by @UebelAndre in #1470
- Fix
rust_binary_without_process_wrapper
build with--stamp
past #1452 by @scentini in #1473 - Added Rust version 1.62.1 by @UebelAndre in #1476
- Fix typo in function name by @gferon in #1478
- Update docs on lockfiles by @illicitonion in #1477
- Added
rust_analyzer_toolchain
and repository rules for creating one by @UebelAndre in #1455 - Give useful error on missing workspace manifest by @illicitonion in #1475
- Updated rules_rust to version
0.8.0
. by @UebelAndre in #1472
New Contributors
- @typesanitizer made their first contribution in #1441
- @ParkMyCar made their first contribution in #1458
- @gferon made their first contribution in #1478
Full Changelog: 0.7.0...0.8.0