File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77
88## [ Unreleased]
99
10+ # [ 1.7.0] - 2020-10-30
11+
12+ This patch adds a feature to enable compatibility with the new ` tokio ` 0.3.0
13+ release, and updates internal dependencies.
14+
15+ ## Added
16+
17+ - Add ` tokio03 ` feature ([ #895 ] ( https://github.com/async-rs/async-std/pull/895 ) )
18+
19+ ## Internal
20+
21+ - chore: update dependencies ([ #897 ] ( https://github.com/async-rs/async-std/pull/897 ) )
22+
1023# [ 1.6.5] - 2020-09-28
1124
1225## Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " async-std"
3- version = " 1.6.5 "
3+ version = " 1.7.0 "
44authors = [
55 " Stjepan Glavina <stjepang@gmail.com>" ,
66 " Yoshua Wuyts <yoshuawuyts@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments