Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 19:23
· 1020 commits to main since this release
e9f8b48

0.3.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    sha256 = "7987b82e322d106462812677eb9a801c027fbe46483f497f390d4b94a2b47543",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.3.0/rules_rust-v0.3.0.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

What's Changed

  • rust_test_suite: ensure crate names are valid by @durin42 in #1248
  • Workaround for issue in linux Cargo binaries by @UebelAndre in #1252
  • Updated Rust to 1.60.0 by @UebelAndre in #1247
  • Set edition for process_wrapper and cargo_build_script_runner by @dtolnay in #1254
  • Add the BUILD.bazel file to the wasm_bindgen distro filegroup target by @diceride in #1261
  • Add workaround for arm vs armv7 android issue by @keith in #1259
  • crate_universe: propagate build_script_tools by @duarten in #1266
  • process_wrapper: add support for terminating rustc after it emits rmeta. by @gigaroby in #1207
  • add a stopgap experimental_use_whole_archive_for_native_deps attribute by @krasimirgg in #1269
  • Remove rust_test example which doesn't build. by @cfredric in #1267
  • Don't leak additive build file content across crates by @uhthomas in #1278
  • Fix target name in rust_test example. by @cfredric in #1280
  • Fix crate annotation anchor by @uhthomas in #1282
  • Fix typo in render config doc by @uhthomas in #1281
  • feat: support extra deps in rust_doc_test by @roman-kashitsyn in #1286
  • Outside of examples, fill in all edition attrs by @dtolnay in #1257
  • Remove DEFAULT_RUST_EDITION by @dtolnay in #1256
  • Revert "Add workaround for arm vs armv7 android issue" by @keith in #1290
  • Updated rules_rust version to 0.3.0 by @UebelAndre in #1288

New Contributors

Full Changelog: 0.2.1...0.3.0