Skip to content

Commit

Permalink
Bump some versions off alpha and compiler off beta now that async/awa…
Browse files Browse the repository at this point in the history
…it is stable
  • Loading branch information
jsdw committed Dec 30, 2019
1 parent 845d327 commit 92c62ac
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 689 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dist: trusty
language: rust
rust:
- beta
- stable
services: docker
sudo: required

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# 0.3.2

## Improvements

- Bump dependencies off alpha versions.
- Use the stable Rust compiler now that `async`/`await` is stable.

# 0.3.1

## Improvements

- Bump compiler version to the latest Rust beta.
- Bump dependencies.
- Improve example output in `--help`.

# 0.3.0

Expand Down
Loading

0 comments on commit 92c62ac

Please sign in to comment.