-
Notifications
You must be signed in to change notification settings - Fork 741
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
Release v1.0.3 #1843
Release v1.0.3 #1843
Conversation
/cc @stlankes |
The old target is removed from newest rustc versions.
Rust's standard library currently doesn't build.
Lifetimes can serve as helpful documentation.
* Implement more I/O safety traits | ||
(https://github.com/tokio-rs/mio/pull/1831). | ||
* Remove hermit-abi dependency, now using libc | ||
(https://github.com/tokio-rs/mio/pull/1830). | ||
* Use `poll(2)` implementation on AIX, removing the need for using | ||
`mio_unsupported_force_poll_poll` | ||
(https://github.com/tokio-rs/mio/pull/1833). |
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.
Up to you, but I'd have made a minor release rather than a patch release for this.
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.
Maybe, I don't really care about minor vs. patch, as long as it's not breaking :)
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.
I make almost everything a minor release since it gives me space to do backports. With patch releases, there's no version number between two releases.
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.
Fair. For Mio we don't have that many changes so I haven't needed it yet.
Can't build standard lib.
I didn't change any code and somehow Clippy found more warnings after I disabled a lint. |
That's probably due to the 1.83 release. |
No description provided.