File tree 2 files changed +14
-1
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
23
# [ 1.6.5] - 2020-09-28
11
24
12
25
## Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-std"
3
- version = " 1.6.5 "
3
+ version = " 1.7.0 "
4
4
authors = [
5
5
" Stjepan Glavina <stjepang@gmail.com>" ,
6
6
" Yoshua Wuyts <yoshuawuyts@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments