From 076bf204e7390f5b3f725730ce80f857837a37a3 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 29 Jun 2017 10:11:26 -0700 Subject: [PATCH] Point io-dump to the github repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76112f0..cec578d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ tokio-core = "0.1" openssl = { version = "0.9.14", "features" = ["v102"] } tokio-openssl = "0.1.3" env_logger = "0.4.3" -io-dump = { path = "/Users/carllerche/Code/Oss/Tokio/util/io-dump" } +io-dump = { git = "https://github.com/carllerche/io-dump" }