Update dependency rules_rust to v0.38.0 #268
Merged
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.16.0
->0.38.0
Release Notes
bazelbuild/rules_rust (rules_rust)
v0.38.0
Compare Source
0.38.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
sha256
tointegrity
in release notes by @dtolnay in https://github.com/bazelbuild/rules_rust/pull/2389String
withLabel
. by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/2363RustBindgen
action to get--gcc-toolchain
from cc toolchains by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2400get_lib_name_default(lib)
instead oflib.owner.name
. by @thb-sb in https://github.com/bazelbuild/rules_rust/pull/2405link-args
to forwarduser_link_flags
in bindgen. by @thb-sb in https://github.com/bazelbuild/rules_rust/pull/2407rules_nixpkgs
version and removed CI workaround. by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/2409New Contributors
Full Changelog: bazelbuild/rules_rust@0.36.2...0.38.0
v0.36.2
Compare Source
0.36.2
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
Full Changelog: bazelbuild/rules_rust@0.36.1...0.36.2
v0.36.1
Compare Source
0.36.1
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
Full Changelog: bazelbuild/rules_rust@0.36.0...0.36.1
v0.36.0
Compare Source
0.36.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
0.69.1
by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2367rust_bindgen_library
to only link into the direct consumer by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2361Full Changelog: bazelbuild/rules_rust@0.35.0...0.36.0
v0.35.0
Compare Source
0.35.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
watch_file
in.envrc
by @cgrindel in https://github.com/bazelbuild/rules_rust/pull/2343.bazelrc
andpresubmit.yaml
by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2341data
to the crate info by @krasimirgg in https://github.com/bazelbuild/rules_rust/pull/2342//bzlmod:hello_world_test
and use it as BCR presubmit by @cgrindel in https://github.com/bazelbuild/rules_rust/pull/2347rust_unpretty_aspect
andrust_unpretty
rules by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2356crate.select()
support by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/1977alias_rules
missing CcInfo and not being listed inCARGO_BAZEL_SRCS
and misc Nix example fixes. by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/2353CrateFeatures::Legacy
by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/2338New Contributors
Full Changelog: bazelbuild/rules_rust@0.34.1...0.35.0
v0.34.1
Compare Source
0.34.1
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
cargo-bazel
now supportsalias_rule
to customize the aliases generated by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/2312New Contributors
Full Changelog: bazelbuild/rules_rust@0.34.0...0.34.1
v0.34.0
Compare Source
0.34.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
env
attribute torust_binary
by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/1692.bazelversion
file to always use latest release available. by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2323crate
andsrcs
are mutually exclusive by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/1650generate_target_compatible_with
intorender_config
. by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/2329New Contributors
Full Changelog: bazelbuild/rules_rust@0.33.0...0.34.0
v0.33.0
Compare Source
0.33.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
rustc_compile_action
emitsCcInfo
forwasm32
targets by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/1979TargetTriple
newtype. by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/2315crate_universe_dependencies(bootstrap=True)
by @rickvanprim in https://github.com/bazelbuild/rules_rust/pull/2313New Contributors
Full Changelog: bazelbuild/rules_rust@0.32.0...0.33.0
v0.32.0
Compare Source
0.32.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
New Contributors
Full Changelog: bazelbuild/rules_rust@0.31.0...0.32.0
v0.31.0
Compare Source
0.31.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
New Contributors
Full Changelog: bazelbuild/rules_rust@0.30.0...0.31.0
v0.30.0
Compare Source
0.30.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
Rustc
process wrapper to be built non-determ… by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2216New Contributors
Full Changelog: bazelbuild/rules_rust@0.29.1...0.30.0
v0.29.1
Compare Source
0.29.1
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
New Contributors
Full Changelog: bazelbuild/rules_rust@0.29.0...0.29.1
v0.29.0
Compare Source
0.29.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
toolchain
parameter to the affected actions by @kotlaja in https://github.com/bazelbuild/rules_rust/pull/2140New Contributors
Full Changelog: bazelbuild/rules_rust@0.28.0...0.29.0
v0.28.0
Compare Source
0.28.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
@rules_rust//bindgen:defs.bzl
by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2054New Contributors
Full Changelog: bazelbuild/rules_rust@0.27.0...0.28.0
v0.27.0
Compare Source
0.27.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
experimental_symlink_execroot
forcargo_build_script
. by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2085mandatory = True
from theprost_plugin_flag
attribute inrust_prost_toolchain
. by @thb-sb in https://github.com/bazelbuild/rules_rust/pull/2110rust_proto
documentation. by @thb-sb in https://github.com/bazelbuild/rules_rust/pull/2109New Contributors
Full Changelog: bazelbuild/rules_rust@0.26.0...0.27.0
v0.26.0
Compare Source
0.26.0
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
//proto:*.bzl
files and updated docs by @UebelAndre in https://github.com/bazelbuild/rules_rust/pull/2057opt_level
argument torust_repository_set
. by @konkers in https://github.com/bazelbuild/rules_rust/pull/2036Configuration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.