Update Rust crate poise to 0.6.1 #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/poise-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.5.7
->0.6.1
Release Notes
serenity-rs/poise (poise)
v0.6.1
: 0.6.1Compare Source
New features:
Choice parameters can now be defined inline in a function signature (6167311)
For example:
Detailed changelog: https://github.com/serenity-rs/poise/compare/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 itsdescription
, or only itshelp_text
(0ad8ee6)API updates:
#[non_exhaustive]
to allow backwards compatible new features in the future (035e035, 6c08cfb, 1cbfeef)Command
no longer hasDefault
bounds on its generics (695ae1d)Command
to be more idiomatic (6c08cfb)CooldownTracker
methods now take a dedicated user-constructableCooldownContext
instead ofContext<'_, U, E>
, to makeCooldownTracker
usable outside poise internals (bd73861)Behavior changes:
Detailed changelog: https://github.com/serenity-rs/poise/compare/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: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.