Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2024

This PR contains the following updates:

Package Type Update Change
poise dependencies minor 0.5.7 -> 0.6.0

Release Notes

serenity-rs/poise (poise)

v0.6.1

Compare Source

New features:

  • Choice parameters can now be defined inline in a function signature (6167311)

    For example:

    #[choices("Europe", "Asia", "Africa", "America", "Australia", "Antarctica")]
    continent: &'static str

Detailed changelog: serenity-rs/poise@v0.6.0...v0.6.1

Thanks to @​kangalio!

v0.6.0

Compare Source

Now with serenity 0.12!

New features:

  • ChoiceParameter is now not only a derive macro, but also a trait, so you can implement it manually (bc250b8)
  • HelpConfiguration::include_description can be used to toggle whether a single command's help output includes its description, or only its help_text (0ad8ee6)

API updates:

  • A lot of structs and enum are now #[non_exhaustive] to allow backwards compatible new features in the future (035e035, 6c08cfb, 1cbfeef)
  • Command no longer has Default bounds on its generics (695ae1d)
  • Changed some field types on Command to be more idiomatic (6c08cfb)
  • CooldownTracker methods now take a dedicated user-constructable CooldownContext instead of Context<'_, U, E>, to make CooldownTracker usable outside poise internals (bd73861)

Behavior changes:

Detailed changelog: serenity-rs/poise@v0.5.7...v0.6.0

Thanks to @​kangalio, @​docwilco, @​drwilco, @​GnomedDev, @​scottbot95!


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from thetayloredman as a code owner January 11, 2024 16:42
@renovate renovate bot force-pushed the renovate/poise-0.x branch from 056c0ed to 8d55ac7 Compare January 27, 2024 15:22
@renovate renovate bot force-pushed the renovate/poise-0.x branch 3 times, most recently from a63779a to 88ace38 Compare February 8, 2024 17:04
@renovate renovate bot force-pushed the renovate/poise-0.x branch 4 times, most recently from d1964f2 to 39bdba2 Compare April 15, 2024 01:49
@renovate renovate bot force-pushed the renovate/poise-0.x branch from 39bdba2 to c116248 Compare May 5, 2024 09:33
@renovate renovate bot changed the title fix(deps): update rust crate poise to 0.6.1 fix(deps): update rust crate poise to 0.6.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/poise-0.x branch 2 times, most recently from 59fc9fd to 7913972 Compare May 9, 2024 16:30
@renovate renovate bot force-pushed the renovate/poise-0.x branch from 7913972 to ce26862 Compare August 27, 2024 17:53
@renovate renovate bot force-pushed the renovate/poise-0.x branch from ce26862 to 1cc7288 Compare August 10, 2025 12:30
@renovate renovate bot force-pushed the renovate/poise-0.x branch from 1cc7288 to a4a4740 Compare September 25, 2025 16:15
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.6.1
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

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.

1 participant