mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
v1.7.0
This commit is contained in:
parent
11196c853d
commit
ca84dbdd40
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
# [1.7.0] - 2020-10-30
|
||||||
|
|
||||||
|
This patch adds a feature to enable compatibility with the new `tokio` 0.3.0
|
||||||
|
release, and updates internal dependencies.
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
- Add `tokio03` feature ([#895](https://github.com/async-rs/async-std/pull/895))
|
||||||
|
|
||||||
|
## Internal
|
||||||
|
|
||||||
|
- chore: update dependencies ([#897](https://github.com/async-rs/async-std/pull/897))
|
||||||
|
|
||||||
# [1.6.5] - 2020-09-28
|
# [1.6.5] - 2020-09-28
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "async-std"
|
name = "async-std"
|
||||||
version = "1.6.5"
|
version = "1.7.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Stjepan Glavina <stjepang@gmail.com>",
|
"Stjepan Glavina <stjepang@gmail.com>",
|
||||||
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
|
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
|
||||||
|
|
Loading…
Reference in a new issue