spawn-ready: Add date to changelog

This commit is contained in:
Lucio Franco 2019-09-11 16:33:43 -04:00
parent 2f6c0afde3
commit 7bb3a646a7
No known key found for this signature in database
GPG Key ID: 20DB2D1FCD10BDC1
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 0.3.0-alpha.1
# 0.3.0-alpha.1 (September 11, 2019)
- Move to `std::future`

View File

@ -20,7 +20,6 @@ Drives service readiness via a spawned task
"""
categories = ["asynchronous", "network-programming"]
edition = "2018"
publish = false # FIXME
[dependencies]
futures-core-preview = "=0.3.0-alpha.18"