forked from tokio-rs/tokio-uds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade tokio_core dependency to use tokio 0.1
- Loading branch information
Markus Westerlind
committed
Apr 20, 2018
1 parent
9a0d8fa
commit f2ad0e0
Showing
4 changed files
with
114 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tokio-uds" | ||
version = "0.1.7" | ||
version = "0.2.0" | ||
authors = ["Alex Crichton <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
repository = "https://github.com/tokio-rs/tokio-uds" | ||
|
@@ -17,11 +17,12 @@ appveyor = { repository = "alexcrichton/tokio-uds" } | |
|
||
[dependencies] | ||
bytes = "0.4" | ||
futures = "0.1.11" | ||
futures = "0.1" | ||
iovec = "0.1" | ||
libc = "0.2" | ||
log = "0.4" | ||
mio = "0.6.5" | ||
mio = "0.6.14" | ||
mio-uds = "0.6.4" | ||
tokio-core = "0.1" | ||
tokio-reactor = "0.1.1" | ||
tokio-io = "0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.