-
Notifications
You must be signed in to change notification settings - Fork 28
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 to event-listener v3.0.0 #43
Conversation
6cd1ef4
to
c7524f2
Compare
I've modified the futures to be |
This comment was marked as resolved.
This comment was marked as resolved.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Could you update the CI config to test cases where the default features are disabled?
The new version of event-listener comes with several new changes, including less heap allocation and no_std support. This is a breaking change as it makes a handful of futures !Unpin. Signed-off-by: John Nunley <dev@notgull.net>
This is a breaking change for no-default-features users. Signed-off-by: John Nunley <dev@notgull.net>
4b0b837
to
3a82590
Compare
Testing to make sure that
event-listener v3.0.0
actually works before we release smol-rs/event-listener#58Needs smol-rs/event-listener#60