Bump to v0.2.3

This commit is contained in:
Stjepan Glavina 2020-08-27 21:23:01 +02:00
parent 509b7800db
commit 04c02bd892
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.2.3
- Performance optimizations in `block_on()`.
# Version 0.2.2
- Add probabilistic yielding to improve fairness.

View File

@ -1,6 +1,6 @@
[package]
name = "async-io"
version = "0.2.2"
version = "0.2.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async I/O and timers"