Skip to content
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

Add missing inputs to CargoBuildScriptRun action #2918

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

UebelAndre
Copy link
Collaborator

This was a miss from #2891

@UebelAndre UebelAndre marked this pull request as ready for review October 5, 2024 15:44
@UebelAndre UebelAndre enabled auto-merge October 5, 2024 15:45
@UebelAndre UebelAndre added this pull request to the merge queue Oct 5, 2024
Merged via the queue into bazelbuild:main with commit 884a7a2 Oct 5, 2024
4 checks passed
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 5, 2024
##### [`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
github-merge-queue bot pushed a commit to zemn-me/monorepo that referenced this pull request Oct 5, 2024
##### [`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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants