From a519d68e3c1433489680bc7b4d3b20572964010c Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 9 Jan 2019 19:54:52 -0800 Subject: [PATCH] different string crate version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44fb90a59..c17a12dc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,8 @@ default = ["http"] bytes = "0.4" regex = "1.0" serde = "1.0.80" -string = "0.1" +# string = "0.1" +string = { git="https://github.com/fafhrd91/string.git" } http = { version="0.1.14", optional=true }