Bump to v1.0.0

This commit is contained in:
Stjepan Glavina 2020-09-07 16:44:33 +02:00
parent 8c2f5e4169
commit b05877c3ec
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# Version 1.0.0
- Stabilize.
# Version 0.1.9
- Fix compilation on x86_64-unknown-linux-gnux32

View File

@ -1,6 +1,6 @@
[package]
name = "polling"
version = "0.1.9"
version = "1.0.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Portable interface to epoll, kqueue, event ports, and wepoll"
@ -14,11 +14,11 @@ readme = "README.md"
[dependencies]
cfg-if = "0.1.10"
libc = "0.2.74"
libc = "0.2.76"
log = "0.4.11"
[dev-dependencies]
doc-comment = "0.3"
doc-comment = "0.3.3"
easy-parallel = "3.1.0"
[target.'cfg(windows)'.dependencies]