Skip to content

Commit 155256c

Browse files
authored
Merge pull request #254 from async-rs/release-0.99.8
Release 0.99.8
2 parents b8b25b1 + b2df0d3 commit 155256c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

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+
1016
# [0.99.7] - 2019-09-26
1117

1218
## Added

Cargo.toml

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

0 commit comments

Comments
 (0)