diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-29 14:06:41 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-30 08:29:28 -0400 |
| commit | 11896647e6a31122ee8c015e2cc6093e448029d6 (patch) | |
| tree | 3bf8d4532c2079bc710ee182949d20f58219114c /Cargo.toml | |
| parent | 902e6e2ee6542ce63932dca78ea27130be5d8948 (diff) | |
Downgrading tokio to registry version.
Prep for rustls.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index c6ebbbf15..0803b7f45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,5 @@ log = "0.4.3" rand = "0.5.4" sha1 = "0.6.0" tempfile = "3" -tokio = {git = "https://github.com/tokio-rs/tokio.git", rev = "5d0d2a2e1214f856993df6965825c89bfcaa879e"} +tokio = "0.1" hyper = "0.12.8" -crossbeam-deque = "= 0.5.1" -crossbeam-epoch = "= 0.5.1" -futures-core = "0.2.1" |
