Bump to v1.0.2

This commit is contained in:
Stjepan Glavina 2020-09-15 20:53:33 +02:00
parent c2e3322b1e
commit 8e35897e53
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# Version 1.0.2
- Bump MSRV to 1.40.0
- Replace the `epoll_create1` hack with a cleaner solution.
- Pass timeout to `epoll_wait` to support systems without `timerfd`.
# Version 1.0.1
- Fix a typo in the readme.

View File

@ -1,6 +1,6 @@
[package]
name = "polling"
version = "1.0.1"
version = "1.0.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Portable interface to epoll, kqueue, event ports, and wepoll"