0.2.0
0.2.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "39655ab175e3c6b979f362f55f58085528f1647957b0e9b3a07f81d8a9c3ea0a",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.2.0/rules_rust-v0.2.0.tar.gz"],
)Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Build
_import_macro_depinexecmode by @scentini in #1203 - Don't leak deps from rust_proc_macro by @scentini in #1206
- Updated crate_universe setup guide by @UebelAndre in #1202
- cache the release archive in release actions by @UebelAndre in #1201
- Delete deprecated
rulestargets by @UebelAndre in #1210 - Updated crate_universe docs. by @UebelAndre in #1212
- Updated docs to guide users to using releases by @UebelAndre in #1213
- Restrucutred
crate_universedependency macros by @UebelAndre in #1208 - Add NUM_JOBS env var to cargo build scripts by @illicitonion in #1216
- fix
stamp = 0in rust_binary_without_process_wrapper by @krasimirgg in #1218 - Renamed
crate_indexrepository tocrate_universe_crate_indexby @UebelAndre in #1217 - don't emit --codegen={metadata,extra-filename} for rust_static_library and rust_shared_library by @krasimirgg in #1222
- add bots using lld (and examples with clang as a drive by) by @krasimirgg in #1221
- Fixed
crate_universeclippy defects by @UebelAndre in #1228 - Fix some unit tests to run from another workspace by @siddharthab in #1226
- Enabled
rust_doc_testforcrate_universeby @UebelAndre in #1232 - fix: distribute
//tools/rust_analyzerby @UebelAndre in #1234 - Fixed
crates_repositorydeleting.cargo/config.tomlfiles. by @UebelAndre in #1227 - Replace
rust_repositorieswithrust_register_toolchainsin docs by @UebelAndre in #1237 - Updated
crate_universeversion to0.2.0by @UebelAndre in #1239 - Updating
rules_rustversion to0.2.0by @UebelAndre in #1235
New Contributors
- @siddharthab made their first contribution in #1226
Full Changelog: 0.1.0...0.2.0