Skip to content

Commit

Permalink
eden/scm: remove leftover of tokio-core after tokio 0.2 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspiatkowski committed Sep 9, 2020
1 parent 1392af4 commit d90ed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/lib/edenfs-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clidispatch = { path = "../clidispatch" }
libc = "0.2"
sha2 = "0.8"
thrift-types = { path = "../thrift-types" }
tokio-core = "0.1"
tokio = "0.2"
tokio-uds = "0.1"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit d90ed3d

Please sign in to comment.