Skip to content

Commit 3387d0b

Browse files
author
Stjepan Glavina
committed
Bump to v0.1.10
1 parent 41ffbc0 commit 3387d0b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.1.10
2+
3+
- Simpler implementation of the `parking` module.
4+
- Extracted raw bindings to epoll/kqueue/wepoll into the `polling` crate.
5+
16
# Version 0.1.9
27

38
- Update dependencies.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-io"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
66
description = "Async I/O and timers"

0 commit comments

Comments
 (0)