Skip to content

Commit 92c62ac

Browse files
committed
Bump some versions off alpha and compiler off beta now that async/await is stable
1 parent 845d327 commit 92c62ac

File tree

6 files changed

+370
-689
lines changed

6 files changed

+370
-689
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
dist: trusty
55
language: rust
66
rust:
7-
- beta
7+
- stable
88
services: docker
99
sudo: required
1010

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
# 0.3.2
2+
3+
## Improvements
4+
5+
- Bump dependencies off alpha versions.
6+
- Use the stable Rust compiler now that `async`/`await` is stable.
7+
18
# 0.3.1
29

310
## Improvements
411

512
- Bump compiler version to the latest Rust beta.
613
- Bump dependencies.
14+
- Improve example output in `--help`.
715

816
# 0.3.0
917

0 commit comments

Comments
 (0)