Bump to v1.0.0

This commit is contained in:
Stjepan Glavina 2020-09-07 15:59:51 +02:00
parent 3acf5fcafa
commit 5a859dbf43
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
# Version 1.0.0
- Update dependencies and stabilize.
# Version 0.1.3
- Update dependencies.

View File

@ -1,6 +1,6 @@
[package]
name = "async-process"
version = "0.1.3"
version = "1.0.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async interface for working with processes"
@ -15,15 +15,15 @@ readme = "README.md"
[dependencies]
cfg-if = "0.1.10"
event-listener = "2.4.0"
futures-lite = "1.0.0"
futures-lite = "1.2.0"
once_cell = "1.4.1"
[target.'cfg(unix)'.dependencies]
async-io = "0.2.0"
async-io = "1.0.0"
signal-hook = { version = "0.1.16", default-features = false }
[target.'cfg(windows)'.dependencies]
blocking = "0.6.0"
blocking = "1.0.0"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.9"