Bump to v2.0.2

This commit is contained in:
Stjepan Glavina 2020-10-19 00:25:40 +02:00
parent 3a3020bb5c
commit 9c7e8061c5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.0.2
- Replace manual pointer conversion with `as_ptr()` and `as_mut_ptr()`.
# Version 2.0.1
- Minor docs improvements.

View File

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