Skip to content

Commit

Permalink
chore(deps): update dependency rules_rust to v0.52.1
Browse files Browse the repository at this point in the history
##### [`v0.52.1](https://github.com/bazelbuild/rules_rust/releases/tag/0.52.1)

### 0.52.1

#### Bzlmod

```python
bazel_dep(name = "rules_rust", version = "0.52.1")
```

#### WORKSPACE

```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-CRrEsKZ7wlLCyE2Eu7lBq3mrwecfvTIk2kr9+6c3VPA=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.1/rules_rust-v0.52.1.tar.gz"],
)
```

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

#### What's Changed

-   Add missing inputs to CargoBuildScriptRun action by [@UebelAndre](https://github.com/UebelAndre) in bazelbuild/rules_rust#2918
-   Avoid builds-without-the-bytes bug on Windows by [@UebelAndre](https://github.com/UebelAndre) in bazelbuild/rules_rust#2919
-   Release 0.52.1 by [@UebelAndre](https://github.com/UebelAndre) in bazelbuild/rules_rust#2920

**Full Changelog**: bazelbuild/rules_rust@0.52.0...0.52.1
  • Loading branch information
zemnmez-renovate-bot committed Oct 5, 2024
1 parent 01749e8 commit a91046d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ exports_files(glob(["**/*"], exclude_directories=0))

http_archive(
name = "rules_rust",
sha256 = "7931e7b544107b62029bf2fc72e79f9d77523ad650d442d93c3fcce9ad5ec1eb",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.0/rules_rust-v0.52.0.tar.gz"],
sha256 = "091ac4b0a67bc252c2c84d84bbb941ab79abc1e71fbd3224da4afdfba73754f0",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.1/rules_rust-v0.52.1.tar.gz"],
)

# Got no idea why but MS doesn't publish versions of this...
Expand Down

0 comments on commit a91046d

Please sign in to comment.