Releases: bazelbuild/rules_rust
0.56.0
0.56.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
bazel_dep(name = "rules_rust", version = "0.56.0")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-8TBqrAsli3kN8BrZq8arsN8LZUFsdLTvJ/Sqsph4CmQ=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.56.0/rules_rust-0.56.0.tar.gz"],
)
Extensions
Bindgen
Bzlmod
bazel_dep(name = "rules_rust_bindgen", version = "0.56.0")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_bindgen",
integrity = "sha256-8TBqrAsli3kN8BrZq8arsN8LZUFsdLTvJ/Sqsph4CmQ=",
strip_prefix = "extensions/bindgen",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.56.0/rules_rust-0.56.0.tar.gz"],
)
MdBook
Bzlmod
bazel_dep(name = "rules_rust_mdbook", version = "0.56.0")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_mdbook",
integrity = "sha256-8TBqrAsli3kN8BrZq8arsN8LZUFsdLTvJ/Sqsph4CmQ=",
strip_prefix = "extensions/mdbook",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.56.0/rules_rust-0.56.0.tar.gz"],
)
Prost
Bzlmod
bazel_dep(name = "rules_rust_prost", version = "0.56.0")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_prost",
integrity = "sha256-8TBqrAsli3kN8BrZq8arsN8LZUFsdLTvJ/Sqsph4CmQ=",
strip_prefix = "extensions/prost",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.56.0/rules_rust-0.56.0.tar.gz"],
)
Protobuf
Bzlmod
bazel_dep(name = "rules_rust_protobuf", version = "0.56.0")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_protobuf",
integrity = "sha256-8TBqrAsli3kN8BrZq8arsN8LZUFsdLTvJ/Sqsph4CmQ=",
strip_prefix = "extensions/protobuf",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.56.0/rules_rust-0.56.0.tar.gz"],
)
Wasm-Bindgen
Bzlmod
bazel_dep(name = "rules_rust_wasm_bindgen", version = "0.56.0")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_wasm_bindgen",
integrity = "sha256-8TBqrAsli3kN8BrZq8arsN8LZUFsdLTvJ/Sqsph4CmQ=",
strip_prefix = "extensions/wasm_bindgen",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.56.0/rules_rust-0.56.0.tar.gz"],
)
What's Changed
- Added
out_name
attribute torust_wasm_bindgen
. by @UebelAndre in #3086 - Use rules_shell instead of built-in rules by @jwnimmer-tri in #3096
- Forward clippy, rustfmt, and rust-analyzer through wasm_bindgen by @UebelAndre in #3094
- Added bzlmod support to
test/no_std
by @UebelAndre in #3091 - Use
abs
from utils instead of the global by @avdv in #3075 - Added global setting for
cargo_build_script.use_default_shell_env
by @UebelAndre in #3065 - Remove unnecessary external dependencies by @UebelAndre in #3088
- Added
rust_prost_transform
rule for modifying granular proto_library by @UebelAndre in #3083 - Ignore .bazel symlinks as well as bazel- symlinks by @illicitonion in #3103
- Added
rules_mdbook
to extension modules. by @UebelAndre in #3105 - Support repository_set from bzlmod by @illicitonion in #3106
- Updated rules_rust_mdbook docs by @UebelAndre in #3108
- Added support for capturing snippets from wasm-bindgen by @UebelAndre in #3087
- Revert "rust_analyzer: don't build a tree of RustAnalyzerInfos (#3028)" by @UebelAndre in #3093
- feat: Add
//rust/settings:lto
by @ParkMyCar in #3104 - Do not cache rustc info in deps resolver by @hauserx in #3107
- Cut release 0.56.0 by @illicitonion in #3109
New Contributors
- @jwnimmer-tri made their first contribution in #3096
- @avdv made their first contribution in #3075
Full Changelog: 0.55.6...0.56.0
0.55.6
0.55.6
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
bazel_dep(name = "rules_rust", version = "0.55.6")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-gnStljEH4UDf911b/+nRt7CaV5WPHqNhYhQr0OevUjI=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.6/rules_rust-0.55.6.tar.gz"],
)
Extensions
Bindgen
Bzlmod
bazel_dep(name = "rules_rust_bindgen", version = "0.55.6")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_bindgen",
integrity = "sha256-gnStljEH4UDf911b/+nRt7CaV5WPHqNhYhQr0OevUjI=",
strip_prefix = "extensions/bindgen",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.6/rules_rust-0.55.6.tar.gz"],
)
Prost
Bzlmod
bazel_dep(name = "rules_rust_prost", version = "0.55.6")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_prost",
integrity = "sha256-gnStljEH4UDf911b/+nRt7CaV5WPHqNhYhQr0OevUjI=",
strip_prefix = "extensions/prost",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.6/rules_rust-0.55.6.tar.gz"],
)
Protobuf
Bzlmod
bazel_dep(name = "rules_rust_protobuf", version = "0.55.6")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_protobuf",
integrity = "sha256-gnStljEH4UDf911b/+nRt7CaV5WPHqNhYhQr0OevUjI=",
strip_prefix = "extensions/protobuf",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.6/rules_rust-0.55.6.tar.gz"],
)
Wasm-Bindgen
Bzlmod
bazel_dep(name = "rules_rust_wasm_bindgen", version = "0.55.6")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_wasm_bindgen",
integrity = "sha256-gnStljEH4UDf911b/+nRt7CaV5WPHqNhYhQr0OevUjI=",
strip_prefix = "extensions/wasm_bindgen",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.6/rules_rust-0.55.6.tar.gz"],
)
What's Changed
- Disable bindgen tests in BCR on windows to match normal CI by @UebelAndre in #3084
Full Changelog: 0.55.5...0.55.6
0.55.5
0.55.5
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-eEXiHXSGUH6qD1bdI5KXZ/B04m0wIUeoyM7pmujzbbQ=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.5/rules_rust-0.55.5.tar.gz"],
)
Extensions
Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_bindgen",
integrity = "sha256-eEXiHXSGUH6qD1bdI5KXZ/B04m0wIUeoyM7pmujzbbQ=",
strip_prefix = "extensions/bindgen",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.5/rules_rust-0.55.5.tar.gz"],
)
Prost
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_prost",
integrity = "sha256-eEXiHXSGUH6qD1bdI5KXZ/B04m0wIUeoyM7pmujzbbQ=",
strip_prefix = "extensions/prost",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.5/rules_rust-0.55.5.tar.gz"],
)
Protobuf
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_protobuf",
integrity = "sha256-eEXiHXSGUH6qD1bdI5KXZ/B04m0wIUeoyM7pmujzbbQ=",
strip_prefix = "extensions/protobuf",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.5/rules_rust-0.55.5.tar.gz"],
)
Wasm-Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_wasm_bindgen",
integrity = "sha256-eEXiHXSGUH6qD1bdI5KXZ/B04m0wIUeoyM7pmujzbbQ=",
strip_prefix = "extensions/wasm_bindgen",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.5/rules_rust-0.55.5.tar.gz"],
)
What's Changed
- prost: Add a few more output groups by @illicitonion in #3081
- Add support for inhibiting clippy and rustfmt aspect actions by @UebelAndre in #3080
- Fix BCR presubmit pipeline by @UebelAndre in #3082
Full Changelog: 0.55.4...0.55.5
0.55.4
0.55.4
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-PYpbwUrE9o+/pC3mjlnN99wKaL7P2KW3ynimzGTV5Io=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.4/rules_rust-0.55.4.tar.gz"],
)
Extensions
Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_bindgen",
integrity = "sha256-PYpbwUrE9o+/pC3mjlnN99wKaL7P2KW3ynimzGTV5Io=",
strip_prefix = "extensions/bindgen",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.4/rules_rust-0.55.4.tar.gz"],
)
Prost
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_prost",
integrity = "sha256-PYpbwUrE9o+/pC3mjlnN99wKaL7P2KW3ynimzGTV5Io=",
strip_prefix = "extensions/prost",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.4/rules_rust-0.55.4.tar.gz"],
)
Protobuf
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_protobuf",
integrity = "sha256-PYpbwUrE9o+/pC3mjlnN99wKaL7P2KW3ynimzGTV5Io=",
strip_prefix = "extensions/protobuf",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.4/rules_rust-0.55.4.tar.gz"],
)
Wasm-Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_wasm_bindgen",
integrity = "sha256-PYpbwUrE9o+/pC3mjlnN99wKaL7P2KW3ynimzGTV5Io=",
strip_prefix = "extensions/wasm_bindgen",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.4/rules_rust-0.55.4.tar.gz"],
)
What's Changed
- Pin Bazel version to 7.4.1 by @UebelAndre in #3076
- Fix shell commands in bcr testing by @UebelAndre in #3070
- Quote environ when injecting into crates vendor wrapper by @ryanpbrewster in #3078
- Fix release workflow by @UebelAndre in #3079
Full Changelog: 0.55.3...0.55.4
0.55.3
0.55.3
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-FC/EIdEx7EUY5mZFHD5d2QTuDedwrPTcsC+igLlfnZ4=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.3/rules_rust-0.55.3.tar.gz"],
)
Extensions
Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_bindgen",
integrity = "sha256-k/A4LxkochUWIzC8/z8SsjOFzznKF6ypFsbp6sJ/E5Y=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.3/rules_rust_bindgen-0.55.3.tar.gz"],
)
Prost
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_prost",
integrity = "sha256-vuP+z68r6+9TwvapvkuhtRox25DokMl2fnLr9IANVYg=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.3/rules_rust_prost-0.55.3.tar.gz"],
)
Protobuf
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_protobuf",
integrity = "sha256-5et7p5d53/w6y/xGI4YpYZbEbgwWgFI/fxHrzTG3S2U=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.3/rules_rust_protobuf-0.55.3.tar.gz"],
)
Wasm-Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_wasm_bindgen",
integrity = "sha256-RKg9p4tJCRpaPMj/4JLAMD/htpvAqGvBLlcNij2d3hU=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.3/rules_rust_wasm_bindgen-0.55.3.tar.gz"],
)
What's Changed
- Fix module path for bcr testing by @UebelAndre in #3069
Full Changelog: 0.55.2...0.55.3
0.55.2
0.55.2
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-AR/0ToVmXsgY/1ZmPuP41m0NIVhaN6vArTUYAoy5h4E=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.2/rules_rust-0.55.2.tar.gz"],
)
Extensions
Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_bindgen",
integrity = "sha256-QvrzVIrWkdHIM03UQTcIXh/+zHWR90z6fP5VWV/y6cs=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.2/rules_rust_bindgen-0.55.2.tar.gz"],
)
Prost
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_prost",
integrity = "sha256-fQ/KQEm4+WYvRDUnb1Q+Y/sxPV9cdhXcmrYy1i5w4uI=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.2/rules_rust_prost-0.55.2.tar.gz"],
)
Protobuf
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_protobuf",
integrity = "sha256-7TYR2dOJP2/9BgB1VK5T/ZFkb2NQGiNYVE3/8behmDw=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.2/rules_rust_protobuf-0.55.2.tar.gz"],
)
Wasm-Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_wasm_bindgen",
integrity = "sha256-rEz9brbxp6xnFrsXT5sHgLM7f/+mP4gBBKNCu4bGG50=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.2/rules_rust_wasm_bindgen-0.55.2.tar.gz"],
)
What's Changed
- Fix release notes generation for extensions by @UebelAndre in #3062
- cargo: Allow disabling the
default_shell_env
for build scripts by @ParkMyCar in #3020 - Ignore dangling symlinks when discovering workspaces by @illicitonion in #3064
- Fix moduleRoots indentation for BCR publishing by @kormide in #3066
- Release 0.55.2 by @UebelAndre in #3058
New Contributors
Full Changelog: 0.55.1...0.55.2
0.55.1
0.55.1
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-sZE3UChEimlTIEbpAdjm5iemsA1YvseQJ6BcHT4JDQA=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.1/rules_rust-0.55.1.tar.gz"],
)
Extensions
Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_bindgen",
integrity = "sha256-hmxnyxdpcc3l2TXcLEwh6HdxjKePH7wwuWmfQSBfWBU=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.1/rules_rust_bindgen-0.55.1.tar.gz"],
)
Prost
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_prost",
integrity = "sha256-JcThy2iGBxUu7+hgr2JBW8E602URdDyNW8oJTEwJQr0=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.1/rules_rust_prost-0.55.1.tar.gz"],
)
Protobuf
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_protobuf",
integrity = "sha256-/TuQsepwVp1dDDup1Ue67GLcUR763Bn7H5btvqR/Xbs=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.1/rules_rust_protobuf-0.55.1.tar.gz"],
)
Wasm-Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_wasm_bindgen",
integrity = "sha256-/U6uMLnN3G94qJuoni5OAyvoY3lGhGpDeZ/hMBvtyeY=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.1/rules_rust_wasm_bindgen-0.55.1.tar.gz"],
)
What's Changed
- Revert "Run CI without building runfiles links" by @UebelAndre in #3054
- Added missing CI for prost by @UebelAndre in #3053
- Added test to ensure extension rules pin the right rules_rust version by @UebelAndre in #3052
- Release 0.55.1 by @UebelAndre in #3051
Full Changelog: 0.55.0...0.55.1
0.55.0
0.55.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-+ETFhat8dugqC27Vq9WVUIud2AdBGerXW8S8msBSU6E=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.0/rules_rust-0.55.0.tar.gz"],
)
Extensions
Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_bindgen",
integrity = "sha256-mrBcoKl5B8EYU5FJWThNHZ+rgUsnxgVcI6yyHDlKFl8=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.0/rules_rust_bindgen-0.55.0.tar.gz"],
)
Prost
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_prost",
integrity = "sha256-7ka9wQosOI/J/1ZK5r5/Z7rizcAhpQYAISy6MeCuWV4=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.0/rules_rust_prost-0.55.0.tar.gz"],
)
Protobuf
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_protobuf",
integrity = "sha256-QhHUbpOG2x2lsh6uBpEkFRVOGLl8nA8Mm3uE9KQpt3g=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.0/rules_rust_protobuf-0.55.0.tar.gz"],
)
Wasm-Bindgen
Bzlmod
Not published.
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust_wasm_bindgen",
integrity = "sha256-gUj52p1Q89m9oR2k8PBJ6fmS9N1skOd7efm+6FwyYfk=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.0/rules_rust_wasm_bindgen-0.55.0.tar.gz"],
)
What's Changed
- Add opt-out from merging cc_lib object files in bindgen by @hlopko in #2959
- Add proc_macro_deps for rust_doc_test by @erenon in #2928
- feat: add extra rustc flags to bzlmod by @finn-ball in #2996
- feat: add extra_rustc_flags_triples by @finn-ball in #2999
- Update macos presubmit runners to macos_arm64 by @UebelAndre in #3000
- Update rust build rules to use dict union rather than adding dict_items by @pefoley2 in #3003
- Write protoc args to a file to avoid windows argument length limits. by @freeformstu in #3009
- Reduce number of jobs run in BazelCI by @UebelAndre in #3010
- provide flag to exclude data at compile time by @ajwerner in #3005
- Add example with a non-workspace Cargo.toml by @illicitonion in #3019
- Moved rust extension rules into a separate workspaces. by @UebelAndre in #3007
- Bump various dependencies by @UebelAndre in #3002
- Moved cargo_build_script test into appropriate dir. by @UebelAndre in #3024
- Update cross_rs by @UebelAndre in #3026
- Drop references to
wasm-wasi
by @UebelAndre in #3027 - rust_analyzer: make all paths in rust-project.json absolute by @sam-mccall in #3033
- Added Rust 1.83.0 by @UebelAndre in #3029
- Migrate all settings labels from aliases to using settings package by @UebelAndre in #3032
- Pass HOME env var when fetching version by @mvukov in #2698
- Added bzlmod support to core rules_rust by @UebelAndre in #3034
- Shorten wasm_bindgen dependency repo prefix by @UebelAndre in #3036
- Added support for compact windows repository names, avoiding MAX_PATH by @UebelAndre in #3023
- Added bzlmod support to all extension rules. by @UebelAndre in #3037
- Allow rust_wasm_bindgen rules to re-expose rust-analyzer providers by @UebelAndre in #3035
- External path dependencies work by @illicitonion in #3025
- Regenerated crate_universe outputs. by @UebelAndre in #3043
- rust_analyzer: don't build a tree of RustAnalyzerInfos by @sam-mccall in #3028
- Remove accidental double backticks by @illicitonion in #3044
- Improve workspace discovery logic by @illicitonion in #3030
- Bumped various crate_universe dependencies by @UebelAndre in #3046
- Revert "Pin to Bazel 7.3.2" by @UebelAndre in #2998
- Added additional formatters to CI by @UebelAndre in #3048
- crate_universe Release 0.16.0 by @UebelAndre in #3047
- Release 0.55.0 by @UebelAndre in #3042
- Fix release workflow on macos by @UebelAndre in #3049
- Run CI without building runfiles links by @UebelAndre in #2340
- Fix missing bzlmod extensions by @UebelAndre in #3050
New Contributors
- @finn-ball made their first contribution in #2996
- @pefoley2 made their first contribution in #3003
- @ajwerner made their first contribution in #3005
Full Changelog: 0.54.1...0.55.0
0.54.1
0.54.1
Bzlmod
bazel_dep(name = "rules_rust", version = "0.54.1")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-r09Wyq5QqZpov845sUG1Cd1oVIyCBLmKt6HK/JTVuwI=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.1/rules_rust-v0.54.1.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Fix bzlmod support for bazel 6 by @illicitonion in #2989
Full Changelog: 0.54.0...0.54.1
0.54.0
0.54.0
Bzlmod
bazel_dep(name = "rules_rust", version = "0.54.0")
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-e46nr3+xbcSiMitKC3yeH6BUtNv59tBYTkO+f3zGqWs=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.0/rules_rust-v0.54.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Fix fuchsia platform triple by @UebelAndre in #2945
- Make crate module extension os and arch dependent by @cerisier in #2939
- add a Source::parse arm for sparse repos (keeping it in the scheme). … by @sthornington in #2950
- Added Rust 1.82.0 by @UebelAndre in #2944
- Updated Bazelmod cross compilation to catch MacOS sys dependency issues by @marvin-hansen in #2926
- Pin to Bazel 7.3.2 by @illicitonion in #2957
- Flipped
incompatible_runfiles_cargo_manifest_dir
by @UebelAndre in #2948 - Remove duplicate build metadata depset by @cerisier in #2954
- Add per-target link flags in the right place by @illicitonion in #2963
- rust_test(crate=foo) inherits foo.aliases by @sam-mccall in #2965
- Add support for wasm32-wasip1 target. by @PiotrSikora in #2967
- Make toolchain vars available but don't automatically set them by @illicitonion in #2969
- Bring back splicing_config for crate_universe module extension by @cerisier in #2971
- feat: add an attr to rust_binary for customization of the binary name by @mattem in #2970
- Add aliases attribute to rust tag class. by @sputt in #2975
- Made
cargo_build_script
streams
output group optional. by @UebelAndre in #2976 - A rust_test_suite(srcs=[]) should be empty. by @sam-mccall in #2966
- Remove dependency on spectral by @dzbarsky in #2964
- Remove tera optional features by @dzbarsky in #2984
- Fix annotations' crate.select for lists by @nmattia in #2981
- Stop using config.string(allow_multiple = True) by @EdSchouten in #2983
- Remove duplication of rustc_flags introduced in 4e593b6 by @sam-mccall in #2987
- Added utility library for parsing workspace status stamps. by @UebelAndre in #2982
- Added
cargo_config
attribute tocargo_bootstrap_repository
. by @UebelAndre in #2986 - Release 0.54.0 by @UebelAndre in #2979
New Contributors
- @sthornington made their first contribution in #2950
- @sam-mccall made their first contribution in #2965
- @sputt made their first contribution in #2975
Full Changelog: 0.53.0...0.54.0