From cdde2e7a273cbab2085b822efcf54c6bec822681 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 19 Mar 2019 14:58:59 -0700 Subject: chore: repo maintenance + no path dependencies (#991) - Move `tokio` into its own directory. - Remove `path` dependencies. - Run tests with once with crates.io dep and once with patched dep. --- tokio-codec/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio-codec/Cargo.toml') diff --git a/tokio-codec/Cargo.toml b/tokio-codec/Cargo.toml index 756e8ff1..7ff44b59 100644 --- a/tokio-codec/Cargo.toml +++ b/tokio-codec/Cargo.toml @@ -18,6 +18,6 @@ Utilities for encoding and decoding frames. categories = ["asynchronous"] [dependencies] -tokio-io = { version = "0.1.7", path = "../tokio-io" } +tokio-io = "0.1.7" bytes = "0.4.7" futures = "0.1.18" -- cgit v1.2.3