Skip to content

Commit 36ab1d2

Browse files
authored
Merge pull request async-rs#68 from smol-rs/next
Bump to v1.6.0
2 parents 1634117 + 6836315 commit 36ab1d2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Version 1.5.0
1+
# Version 1.6.0
2+
3+
- Add `Readable` and `Writable` futures. (#64, #66)
4+
- Add `Async::{readable_owned, writable_owned}`. (#66)
5+
6+
# Version 1.5.0 [YANKED]
27

38
- Add `Readable` and `Writable` futures. (#64)
49

@@ -86,7 +91,7 @@
8691
# Version 0.2.7
8792

8893
- Replace `log::debug!` with `log::trace!`.
89-
-
94+
9095
# Version 0.2.6
9196

9297
- Add logging.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-io"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.5.0"
6+
version = "1.6.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2018"
99
description = "Async I/O and timers"
@@ -16,7 +16,6 @@ categories = ["asynchronous", "network-programming", "os"]
1616

1717
[dependencies]
1818
concurrent-queue = "1.2.2"
19-
fastrand = "1.3.5"
2019
futures-lite = "1.11.0"
2120
log = "0.4.11"
2221
once_cell = "1.4.1"
@@ -41,7 +40,7 @@ tempfile = "3.1.0"
4140

4241
[target.'cfg(target_os = "linux")'.dev-dependencies]
4342
inotify = { version = "0.9", default-features = false }
44-
nix = "0.20"
43+
nix = "0.21"
4544
timerfd = "1.1.1"
4645

4746
[target.'cfg(windows)'.dev-dependencies]

0 commit comments

Comments
 (0)