0.5.0
0.5.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "73580f341f251f2fc633b73cdf74910f4da64d06a44c063cbf5c01b1de753ec1",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.5.0/rules_rust-v0.5.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Replace slashes with underscores in default crate names. by @cfredric in #1334
- "sandwich" rlibs between native deps in linker order by @krasimirgg in #1333
- Revert "Replace slashes with underscores in default crate names." by @cfredric in #1335
- Replace slashes with underscores in default crate names. by @cfredric in #1336
- remove experimental_use_whole_archive_for_native_deps by @krasimirgg in #1338
- Add support for riscv32 targets by @cfrantz in #1323
- Build
rust_test
targets withcrate
using the same crate name as the underlying library target. by @cfredric in #1332 - Remove unnecessary
crate_name
usage inrust_test_suite
. by @cfredric in #1345 - Temporarily disable windows job in CI. by @UebelAndre in #1352
- Added support for Rust 1.61.0 to crate_universe by @UebelAndre in #1348
- Update apple_support by @keith in #1346
- Fixed fetch_shas script to correctly include .gz and .xz extensions by @UebelAndre in #1355
- Added Rust 1.61.0 by @UebelAndre in #1347
- Updated rust_bindgen dependencies API by @UebelAndre in #1354
- Add developing notes for crate_universe by @UebelAndre in #1351
- Ensure memchr is linked after libobject by @bsilver8192 in #1349
- feat: build script toolchains annotations by @roman-kashitsyn in #1344
- Fixed missing docs by @UebelAndre in #1358
- Don't leak native dependencies of proc_macro by @scentini in #1359
- crate_universe: fix typo by @leoluk in #1314
- Updated
rules_rust
version to0.5.0
by @UebelAndre in #1360
New Contributors
- @cfrantz made their first contribution in #1323
- @bsilver8192 made their first contribution in #1349
- @leoluk made their first contribution in #1314
Full Changelog: 0.4.0...0.5.0