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

Bump pin-project from 0.4.28 to 1.0.6 #19

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2021

Bumps pin-project from 0.4.28 to 1.0.6.

Release notes

Sourced from pin-project's releases.

1.0.6

1.0.5

1.0.4

1.0.3

  • Exclude unneeded files from crates.io.

1.0.2

1.0.1

1.0.0

  • Remove deprecated #[project], #[project_ref], and #[project_replace] attributes.

    Name the projected type by passing an argument with the same name as the method to the #[pin_project] attribute instead:

    - #[pin_project]
    + #[pin_project(project = EnumProj)]
      enum Enum<T> {
          Variant(#[pin] T),
      }
    
    #[project]
    fn func<T>(x: Pin<&mut Enum<T>>) {
    
    #[project]
    match x.project() {
    
    
    
        Enum::Variant(_) =&gt; { /* ... */ }
    
    
    
    
    
        EnumProj::Variant(_) =&gt; { /* ... */ }
    }
    
    }
  • Remove deprecated Replace argument from #[pin_project] attribute. Use project_replace argument instead.

  • Optimize code generation when used on enums.

  • Raise the minimum supported Rust version of this crate from Rust 1.34 to Rust 1.37.

  • Suppress explicit_outlives_requirements, box_pointers, clippy::large_enum_variant, clippy::pattern_type_mismatch, clippy::implicit_return, and clippy::redundant_pub_crate lints in generated code. (#276, #277, #284)

  • Diagnostic improvements.

  • ... (truncated)

    Changelog

    Sourced from pin-project's changelog.

    [1.0.6] - 2021-03-25

    [1.0.5] - 2021-02-03

    [1.0.4] - 2021-01-09

    [1.0.3] - 2021-01-05

    • Exclude unneeded files from crates.io.

    [1.0.2] - 2020-11-18

    [1.0.1] - 2020-10-15

    [1.0.0] - 2020-10-13

    • Remove deprecated #[project], #[project_ref], and #[project_replace] attributes.

      Name the projected type by passing an argument with the same name as the method to the #[pin_project] attribute instead:

      - #[pin_project]
      + #[pin_project(project = EnumProj)]
        enum Enum<T> {
            Variant(#[pin] T),
        }
      
      #[project]
      fn func<T>(x: Pin<&mut Enum<T>>) {
      
      #[project]
      match x.project() {
      
      
      
          Enum::Variant(_) =&gt; { /* ... */ }
      
      
      
      
      
          EnumProj::Variant(_) =&gt; { /* ... */ }
      }
      
      }
  • Remove deprecated Replace argument from #[pin_project] attribute. Use project_replace argument instead.

  • Optimize code generation when used on enums.

  • ... (truncated)

    Commits
    • a51d39f Release 1.0.6
    • ec7b303 Add tools/update-version.sh
    • f5e95b5 Update lint test
    • c8c8b5d Update branch name
    • 6f80273 Make tools/*.sh executable
    • eee3702 Update editorconfig
    • 80b2d49 scripts -> tools
    • 692bf25 Remove rustdoc lints from lint test
    • 539bf9d Remove rustversion dependency from pin-project-internal and no-core test
    • 2d9f906 Prefer single quotes to double quotes in YAML
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

    Bumps [pin-project](https://github.com/taiki-e/pin-project) from 0.4.28 to 1.0.6.
    - [Release notes](https://github.com/taiki-e/pin-project/releases)
    - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
    - [Commits](taiki-e/pin-project@v0.4.28...v1.0.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot @github
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Apr 4, 2021

    The following labels could not be found: A2-insubstantial, B0-silent, C1-low.

    @dependabot @github
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Jun 23, 2021

    Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

    @dependabot @github
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Jun 23, 2021

    Superseded by #37.

    @dependabot dependabot bot closed this Jun 23, 2021
    @dependabot dependabot bot deleted the dependabot/cargo/pin-project-1.0.6 branch June 23, 2021 01:05
    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.

    0 participants