0.26.0
0.26.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "9d04e658878d23f4b00163a72da3db03ddb451273eb347df7d7c50838d698f49",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.26.0/rules_rust-v0.26.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Have the prost process wrapper print warnings to stderr by @UebelAndre in #2053
- Enable rustfmt in bindgen toolchains by default by @UebelAndre in #2055
- Removed legacy
//proto:*.bzl
files and updated docs by @UebelAndre in #2057 - Improve handling of build.rs link dependencies by @coffinmatician in #1970
- Add
opt_level
argument torust_repository_set
. by @konkers in #2036 - Update dependencies versions by @rickvanprim in #2064
- Updated wasm-bindgen dependencies by @UebelAndre in #2066
- Update rust_analyzer dependencies by @UebelAndre in #2065
- Updated crate_universe dependencies by @UebelAndre in #2063
- Disable zig cross compiling example by @UebelAndre in #2081
- Added Rust 1.71.0 by @UebelAndre in #2062
- Add a clang-format check in CI by @UebelAndre in #2077
- Remove cfg exec from linker_scripts attribute. by @granaghan in #2070
- Add support for split_coverage_post_processing by @UebelAndre in #2000
- Remove unnecessary eval to fix PATH variables containing a space by @belak in #2087
- Release 0.26.0 by @UebelAndre in #2083
New Contributors
- @coffinmatician made their first contribution in #1970
- @granaghan made their first contribution in #2070
- @belak made their first contribution in #2087
Full Changelog: 0.25.1...0.26.0