0.27.0
0.27.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "db89135f4d1eaa047b9f5518ba4037284b43fc87386d08c1d1fe91708e3730ae",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.27.0/rules_rust-v0.27.0.tar.gz"],
)Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Add
experimental_symlink_execrootforcargo_build_script. by @UebelAndre in #2085 - Fix doc for proc_macro_deps attr by @daivinhtran in #2095
- Fix typo in rust_proto documentation by @ryanpbrewster in #2099
- Make proc macros' "data" available in compile_data of crates that use macro by @dtolnay in #2097
- Update platforms by @keith in #2111
- Option to generate extra targets with crate_universe by @adsnaider in #2103
- Remove
mandatory = Truefrom theprost_plugin_flagattribute inrust_prost_toolchain. by @thb-sb in #2110 - Cleanup args construction by @dzbarsky in #2122
- Add crate_name attribute by @daivinhtran in #2118
- Make @using_cxx example buildable on Windows by @dtolnay in #2114
- Fix rust_doc_test dependency to allow either rust_library or cc_library by @HackAttack in #2112
- Read default annotation values from package's Cargo.toml metadata by @dtolnay in #2124
- Fill in some crate metadata for publishing cargo-bazel to crates.io by @dtolnay in #2132
- Add TemplateVariableInfo for build script toolchains attribute. by @granaghan in #2123
- Fix a typo in the
rust_protodocumentation. by @thb-sb in #2109 - Flip experimental_use_coverage_metadata_files by @UebelAndre in #2128
- Added Rust 1.72.0 by @UebelAndre in #2127
- crate_universe: Allow platform-specific build script env vars by @illicitonion in #2139
- Update rules_apple by @keith in #2137
- Release 0.27.0 by @UebelAndre in #2130
New Contributors
- @ryanpbrewster made their first contribution in #2099
- @adsnaider made their first contribution in #2103
- @dzbarsky made their first contribution in #2122
- @HackAttack made their first contribution in #2112
Full Changelog: 0.26.0...0.27.0