Skip to content

Releases: bazelbuild/rules_rust

0.3.0

25 Apr 19:23
e9f8b48
Compare
Choose a tag to compare

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

0.2.1

04 Apr 20:34
4144dde
Compare
Choose a tag to compare

0.2.1

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

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

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

30 Mar 18:27
e5a3970
Compare
Choose a tag to compare

0.2.0

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

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

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

18 Mar 14:14
635da93
Compare
Choose a tag to compare

0.1.0

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

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

What's Changed

Read more