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 to event-listener v3.0.0 #43

Merged
merged 2 commits into from
Sep 17, 2023
Merged

Bump to event-listener v3.0.0 #43

merged 2 commits into from
Sep 17, 2023

Commits on Sep 17, 2023

  1. Bump to event-listener v3.0.0

    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 <[email protected]>
    notgull committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    8f8b4fe View commit details
    Browse the repository at this point in the history
  2. Add a default "std" feature for no_std usage

    This is a breaking change for no-default-features users.
    
    Signed-off-by: John Nunley <[email protected]>
    notgull committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    3a82590 View commit details
    Browse the repository at this point in the history