Skip to content

Commit 0fd1e12

Browse files
Update Rust crate pin-project-lite to 0.2.13 (#35)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pin-project-lite](https://togithub.com/taiki-e/pin-project-lite) | workspace.dependencies | patch | `0.2.9` -> `0.2.13` | --- ### Release Notes <details> <summary>taiki-e/pin-project-lite (pin-project-lite)</summary> ### [`v0.2.13`](https://togithub.com/taiki-e/pin-project-lite/blob/HEAD/CHANGELOG.md#0213---2023-08-25) [Compare Source](https://togithub.com/taiki-e/pin-project-lite/compare/v0.2.12...v0.2.13) - Allow attributes in impl and method of `PinnedDrop` implementation. ### [`v0.2.12`](https://togithub.com/taiki-e/pin-project-lite/blob/HEAD/CHANGELOG.md#0212---2023-08-09) [Compare Source](https://togithub.com/taiki-e/pin-project-lite/compare/v0.2.11...v0.2.12) - Work around an issue where the projected types/methods appear in the documentation as if they were part of the public API if the visibility is not correctly parsed due to the rustc bug. See [#&#8203;77](https://togithub.com/taiki-e/pin-project-lite/issues/77#issuecomment-1671540180) for details. ### [`v0.2.11`](https://togithub.com/taiki-e/pin-project-lite/blob/HEAD/CHANGELOG.md#0211---2023-08-06) [Compare Source](https://togithub.com/taiki-e/pin-project-lite/compare/v0.2.10...v0.2.11) - Add support for `#[project(!Unpin)]`. This is equivalent to pin-project's [!Unpin](https://docs.rs/pin-project/latest/pin_project/attr.pin_project.html#unpin) option. ([#&#8203;76](https://togithub.com/taiki-e/pin-project-lite/pull/76), thanks [@&#8203;matheus-consoli](https://togithub.com/matheus-consoli)) ### [`v0.2.10`](https://togithub.com/taiki-e/pin-project-lite/blob/HEAD/CHANGELOG.md#0210---2023-07-02) [Compare Source](https://togithub.com/taiki-e/pin-project-lite/compare/v0.2.9...v0.2.10) - Inline project methods. ([#&#8203;74](https://togithub.com/taiki-e/pin-project-lite/pull/74), thanks [@&#8203;EFanZh](https://togithub.com/EFanZh)) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent a061a4a commit 0fd1e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ once_cell = "1.17.1"
107107
owo-colors = "3.5.0"
108108
parking_lot = "0.12.1"
109109
pathdiff = "0.2.1"
110-
pin-project-lite = "0.2.9"
110+
pin-project-lite = "0.2.13"
111111
postcard = "1.0.4"
112112
predicates = "2.1.5"
113113
pretty_assertions = "1.3.0"

0 commit comments

Comments
 (0)