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

Remove build script from serde_derive #2442

Merged
merged 1 commit into from May 5, 2023

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented May 5, 2023

The current serde_derive's MSRV is 1.56, and both underscore consts and ptr::addr_of! are always available.

The current serde_derive's MSRV is 1.56, and both underscore consts and
ptr::addr_of! are always available.
Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dtolnay dtolnay merged commit 25381be into serde-rs:master May 5, 2023
19 checks passed
@taiki-e taiki-e deleted the derive-build-script branch May 6, 2023 05:25
crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request Jun 12, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | dependencies | patch | `1.0.162` -> `1.0.164` |

---

### Release Notes

<details>
<summary>serde-rs/serde</summary>

### [`v1.0.164`](https://github.com/serde-rs/serde/releases/tag/v1.0.164)

[Compare Source](serde-rs/serde@v1.0.163...v1.0.164)

-   Allowed enum variants to be individually marked as untagged ([#&#8203;2403](serde-rs/serde#2403), thanks [@&#8203;dewert99](https://github.com/dewert99))

### [`v1.0.163`](https://github.com/serde-rs/serde/releases/tag/v1.0.163)

[Compare Source](serde-rs/serde@v1.0.162...v1.0.163)

-   Eliminate build script from serde_derive crate to slightly reduce build time ([#&#8203;2442](serde-rs/serde#2442), thanks [@&#8203;taiki-e](https://github.com/taiki-e))

</details>

---

### 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ni4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTE0LjIiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1896
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants