Skip to content

Commit 989cca0

Browse files
chore(deps): update dependency rules_rust to v0.52.1 (#397)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_rust | bazel_dep | patch | `0.52.0` -> `0.52.1` | --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9fe23a commit 989cca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
2424
bazel_dep(name = "platforms", version = "0.0.10")
2525
bazel_dep(name = "rules_cc", version = "0.0.9")
2626
bazel_dep(name = "rules_go", version = "0.49.0", repo_name = "io_bazel_rules_go")
27-
bazel_dep(name = "rules_rust", version = "0.52.0")
27+
bazel_dep(name = "rules_rust", version = "0.52.1")
2828
bazel_dep(name = "rules_foreign_cc", version = "0.12.0")
2929
bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")
3030

0 commit comments

Comments
 (0)