Bump to v2.0.3

This commit is contained in:
Taiki Endo 2021-03-20 19:04:14 +09:00
parent a11153d7b1
commit 38441655db
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# Version 2.0.3
- Update `cfg-if` dependency to 1.
# Version 2.0.2
- Replace manual pointer conversion with `as_ptr()` and `as_mut_ptr()`.
@ -30,7 +34,7 @@
# Version 1.0.1
- Fix a typo in the readme.
-
# Version 1.0.0
- Stabilize.

View File

@ -1,6 +1,9 @@
[package]
name = "polling"
version = "2.0.2"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.0.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Portable interface to epoll, kqueue, event ports, and wepoll"