We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11196c8 + ca84dbd commit 0f50f3cCopy full SHA for 0f50f3c
CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
8
## [Unreleased]
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
23
# [1.6.5] - 2020-09-28
24
25
## Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-std"
3
-version = "1.6.5"
+version = "1.7.0"
4
authors = [
5
"Stjepan Glavina <stjepang@gmail.com>",
6
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
0 commit comments