Bump to 0.5.0-alpha.4

This commit is contained in:
Julius de Bruijn
2019-09-12 12:01:04 +02:00
parent 4a76fb1e9b
commit dfe16b255c
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## v0.5.0-alpha.4
- Switch to Hyper's GaiResolver to go around of a bug in the latest nightly.
## v0.5.0-alpha.1
- Update to `std::future` and async/await, requiring a nightly compiler for now.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "a2"
version = "0.5.0-alpha.3"
version = "0.5.0-alpha.4"
authors = [
"Julius de Bruijn <julius@nauk.io>",
"Sergey Tkachenko <seriy.tkachenko@gmail.com>",