0.10.0
0.10.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "0cc7e6b39e492710b819e00d48f2210ae626b717a3ab96e048c43ab57e61d204",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.10.0/rules_rust-v0.10.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Enable rust-analyzer tests on windows. by @UebelAndre in #1506
- Minor cleanup to documentation by @UebelAndre in #1505
- Apply get_lib_name correctly to the C++ runtime libraries by @scentini in #1508
- Propagate rustc_env{,_files} from rust_test.crate by @bsilver8192 in #1443
- Skip supplying rpaths on Fuchsia by @tmandry in #1511
- add cc_common.link support for rust_library and rust_test by @krasimirgg in #1490
- Update wasm_bindgen to 0.2.82 by @ImJeremyHe in #1513
- Added Rust 1.63.0 by @UebelAndre in #1512
- Fix typo in an example of crates_repository rule by @tetsuok in #1520
- migrating to rbe_preconfig and remove bazel_toolchains by @aranguyen in #1524
- Preserve directory structure of source files when some are generated by @cameron-martin in #1526
- Updates rust_test to use main.rs as the root when use_libtest_harness is false by @csmulhern in #1518
- add cc config info to dummy wasm32 cc toolchain by @kcking in #1532
- Updated rules_rust to version 0.10.0 by @UebelAndre in #1533
New Contributors
- @tmandry made their first contribution in #1511
- @ImJeremyHe made their first contribution in #1513
- @tetsuok made their first contribution in #1520
- @aranguyen made their first contribution in #1524
- @cameron-martin made their first contribution in #1526
- @kcking made their first contribution in #1532
Full Changelog: 0.9.0...0.10.0