Bump to v1.2.0

This commit is contained in:
Stjepan Glavina 2020-07-05 19:23:50 +02:00
parent 8442c21fe6
commit 7067d5b799
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.2.0
- Make the inner `std::sync::Arc` public.
# Version 1.1.0
- Implement `AsyncSeek` for `Arc`, `Mutex`, and `&Mutex`.

View File

@ -1,6 +1,6 @@
[package]
name = "async-dup"
version = "1.1.0"
version = "1.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Duplicate an async I/O handle"