Skip to content

Commit 0f50f3c

Browse files
authored
Merge pull request #902 from async-rs/v1.7.0
v1.7.0
2 parents 11196c8 + ca84dbd commit 0f50f3c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-std"
3-
version = "1.6.5"
3+
version = "1.7.0"
44
authors = [
55
"Stjepan Glavina <[email protected]>",
66
"Yoshua Wuyts <[email protected]>",

0 commit comments

Comments
 (0)