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 b8b25b1 + b2df0d3 commit 155256cCopy full SHA for 155256c
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
8
## [Unreleased]
9
10
+# [0.99.8] - 2019-09-28
11
+
12
+## Changed
13
14
+- Pin futures-preview to `0.3.0-alpha.18`, to avoid rustc upgrade problems.
15
16
# [0.99.7] - 2019-09-26
17
18
## Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-std"
3
-version = "0.99.7"
+version = "0.99.8"
4
authors = [
5
"Stjepan Glavina <stjepang@gmail.com>",
6
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
0 commit comments