Bump to v1.0.1

This commit is contained in:
Stjepan Glavina 2020-10-09 14:38:18 +02:00
parent 974c3cc080
commit 090f6eec39
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.0.1
- Update `futures-lite`.
# Version 1.0.0
- Update dependencies and stabilize.

View File

@ -1,6 +1,6 @@
[package]
name = "async-process"
version = "1.0.0"
version = "1.0.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async interface for working with processes"