-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency rules_rust to v0.58.0 #419
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/rules_rust-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d9a68ae
to
a4d648f
Compare
5f7dfd4
to
4277835
Compare
3b83f13
to
bbb62ac
Compare
bbb62ac
to
789f28b
Compare
20f9272
to
f2e5492
Compare
f2e5492
to
83462b9
Compare
a30597d
to
51bd117
Compare
ca46e50
to
b0deefe
Compare
4252a3d
to
f1e1932
Compare
353717f
to
244f2d6
Compare
244f2d6
to
ea53ea1
Compare
ea53ea1
to
6eb6551
Compare
514caad
to
693a40c
Compare
e7bde53
to
bd8d12a
Compare
2682bea
to
a73b34b
Compare
603c9cb
to
b438cb1
Compare
b438cb1
to
bd18695
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.54.1
->0.58.0
0.54.1
->0.58.0
Release Notes
bazelbuild/rules_rust (rules_rust)
v0.58.0
Compare Source
0.58.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
WORKSPACE
Extensions
Bindgen
Bzlmod
WORKSPACE
MdBook
Bzlmod
WORKSPACE
Prost
Bzlmod
WORKSPACE
Protobuf
Bzlmod
WORKSPACE
Wasm-Bindgen
Bzlmod
WORKSPACE
What's Changed
cargo::
prefixes in build script outputs. by @joehttps://github.com/bazelbuild/rules_rust/pull/3211l/3211--incompatible_autoload_externally=
as it's unusable in Bazel8 by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3214l/3214CARGO_BAZEL_DEBUG=TRACE
level logging by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3238l/3238supported_platform_triples
for crate_universe by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3239l/3239rust_prost_library
. by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3276l/3276rust_shared_library
targets. by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3273l/3273@bazel_tools//tools/bash/runfiles
by @fmehttps://github.com/bazelbuild/rules_rust/pull/3292l/3292.
for rust_test_suite macro. by @vaibhav-12https://github.com/bazelbuild/rules_rust/pull/3298l/3298register_toolchains
in Bzlmod by @lalthttps://github.com/bazelbuild/rules_rust/pull/3231l/3231build_script_link_deps
to crate annotation system. by @abezukhttps://github.com/bazelbuild/rules_rust/pull/3272l/3272//tools
package by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3303l/3303@rules_rust//tools/runfiles
to@rules_rust//rust/runfiles
by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3294l/3294cc_common.link
by @yuzhy87https://github.com/bazelbuild/rules_rust/pull/3257l/3257--remote_download_all
when buildingrust_analyzer_crate_spec
s by @martinghttps://github.com/bazelbuild/rules_rust/pull/3192l/3192New Contributors
Full Changelog: bazelbuild/rules_rust@0.57.1...0.58.0
v0.57.1
Compare Source
0.57.1
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
WORKSPACE
Extensions
Bindgen
Bzlmod
WORKSPACE
MdBook
Bzlmod
WORKSPACE
Prost
Bzlmod
WORKSPACE
Protobuf
Bzlmod
WORKSPACE
Wasm-Bindgen
Bzlmod
WORKSPACE
What's Changed
Full Changelog: bazelbuild/rules_rust@0.57.0...0.57.1
v0.57.0
Compare Source
0.57.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
WORKSPACE
Extensions
Bindgen
Bzlmod
WORKSPACE
MdBook
Bzlmod
WORKSPACE
Prost
Bzlmod
WORKSPACE
Protobuf
Bzlmod
WORKSPACE
Wasm-Bindgen
Bzlmod
WORKSPACE
What's Changed
_cc_toolchains
. by @kathttps://github.com/bazelbuild/rules_rust/pull/3116l/3116codegen_units
flag for settingRustc
resource sets by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3112l/3112//rust/settings/lto
by @ParkMyChttps://github.com/bazelbuild/rules_rust/pull/3120l/3120rust_lint_group
andcargo_lints
rule to define lint groups by @ParkMyChttps://github.com/bazelbuild/rules_rust/pull/2993l/2993cargo_manifest_dir
submodule tocargo_build_script_runner
. by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3161l/3161bazel mod tidy
after vendoring crate_universe outputs by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3177l/3177New Contributors
Full Changelog: bazelbuild/rules_rust@0.56.0...0.57.0
v0.56.0
Compare Source
0.56.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
WORKSPACE
Extensions
Bindgen
Bzlmod
WORKSPACE
MdBook
Bzlmod
WORKSPACE
Prost
Bzlmod
WORKSPACE
Protobuf
Bzlmod
WORKSPACE
Wasm-Bindgen
Bzlmod
WORKSPACE
What's Changed
out_name
attribute torust_wasm_bindgen
. by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3086l/3086test/no_std
by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3091l/3091abs
from utils instead of the global by @avhttps://github.com/bazelbuild/rules_rust/pull/3075l/3075cargo_build_script.use_default_shell_env
by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3065l/3065rust_prost_transform
rule for modifying granular proto_library by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3083l/3083rules_mdbook
to extension modules. by @UebelAndhttps://github.com/bazelbuild/rules_rust/pull/3105l/3105//rust/settings:lto
by @ParkMyChttps://github.com/bazelbuild/rules_rust/pull/3104l/3104New Contributors
Full Changelog: bazelbuild/rules_rust@0.55.6...0.56.0
v0.55.6
Compare Source
0.55.6
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
Bzlmod
WORKSPACE
Extensions
Bindgen
Bzlmod
WORKSPACE
Prost
Bzlmod
WORKSPACE
Protobuf
Bzlmod
WORKSPACE
Wasm-Bindgen
Bzlmod
WORKSPACE
What's Changed
Full Changelog: bazelbuild/rules_rust@0.55.5...0.55.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.