Skip to content

Commit 379065f

Browse files
eden/scm: remove leftover of tokio-core after tokio 0.2 migration (#52)
Summary: Pull Request resolved: #52 Reviewed By: krallin Differential Revision: D23594074 Pulled By: lukaspiatkowski fbshipit-source-id: 776c02418f4951321887f566bac8b76c9da8bcc1
1 parent 1392af4 commit 379065f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eden/scm/lib/edenfs-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clidispatch = { path = "../clidispatch" }
1111
libc = "0.2"
1212
sha2 = "0.8"
1313
thrift-types = { path = "../thrift-types" }
14-
tokio-core = "0.1"
14+
tokio = "0.2"
1515
tokio-uds = "0.1"
1616

1717
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)