0.24.0
0.24.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "48e715be2368d79bc174efdb12f34acfc89abd7ebfcbffbc02568fcb9ad91536",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.24.0/rules_rust-v0.24.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Update bindgen version to 0.65.1 by @UebelAndre in #2008
- Fix thumbv* platform triple resolution by @UebelAndre in #2010
- Don't use startup:windows by @illicitonion in #2012
- Regenerated crate_universe outputs for all packages by @UebelAndre in #2011
- Make
rust_doc_test
inherit it's crate aliases attribute by @k1nkreet in #2007 - feature:
target_compatible_with
added toCommonAttrs
by @rickvanprim in #1976 - fix: load cargo manifest without resolving abs path of deps by @liningpan in #2017
- Fix crate_universe's
all_crate_deps
andaliases
functions failing in case the crate's Cargo.toml has condtional dependencies by @k1nkreet in #2018 - Rust library group by @william-smith-skydio in #1848
- Release v0.24.0 by @UebelAndre in #2020
New Contributors
- @k1nkreet made their first contribution in #2007
- @liningpan made their first contribution in #2017
- @william-smith-skydio made their first contribution in #1848
Full Changelog: 0.23.0...0.24.0