forked from mirror/async-std
commit
155256cfd6
2 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
# [0.99.8] - 2019-09-28
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- Pin futures-preview to `0.3.0-alpha.18`, to avoid rustc upgrade problems.
|
||||||
|
|
||||||
# [0.99.7] - 2019-09-26
|
# [0.99.7] - 2019-09-26
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "async-std"
|
name = "async-std"
|
||||||
version = "0.99.7"
|
version = "0.99.8"
|
||||||
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