Skip to content

Commit

Permalink
Merge pull request #528 from tweag/renovate/rules_rust-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency rules_rust to v0.53.0
  • Loading branch information
mergify[bot] authored Oct 27, 2024
2 parents 96583a4 + b12e19f commit 4f1ee67
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 113 deletions.
4 changes: 4 additions & 0 deletions examples/toolchains/rust/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import %workspace%/../../../.bazelrc.remote-cache

# merge env and action_env variables for action.run
# (note, this is the default in Bazel 7)
build --incompatible_merge_fixed_and_default_shell_env

build:nix --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host --incompatible_enable_cc_toolchain_resolution
4 changes: 2 additions & 2 deletions examples/toolchains/rust/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# https://bazelbuild.github.io/rules_rust/#setup
http_archive(
name = "rules_rust",
sha256 = "d21c328b21f3c9ecfa4c1e92dd61ace63ff22603234067cf0fe495f75ac251ae",
sha256 = "85e2013727ab26fb22abdffe4b2ac0c27a2d5b6296167ba63d8f6e13140f51f9",
urls = [
"https://github.com/bazelbuild/rules_rust/releases/download/0.35.0/rules_rust-v0.35.0.tar.gz",
"https://github.com/bazelbuild/rules_rust/releases/download/0.53.0/rules_rust-v0.53.0.tar.gz",
],
)

Expand Down
Loading

0 comments on commit 4f1ee67

Please sign in to comment.