Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

## []

# [1.7.0] - 2020-10-30

This adds a feature to enable compatibility with the new `tokio` 0.3.0
release, and updates internal dependencies.

## Added

- Add `tokio03` feature ([#895](https://.com/async-rs/async-std/pull/895))

## Internal

- chore: update dependencies ([#897](https://.com/async-rs/async-std/pull/897))

# [1.6.5] - 2020-09-28

## Fixed
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
[package]
name = "async-std"
version = "1.6.5"
version = "1.7.0"
authors = [
"Stjepan Glavina <[email protected]>",
"Yoshua Wuyts <[email protected]>",
Expand Down