From e969429e2c09c81e5c07821181653a24c759161e 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 --- router/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/router/Cargo.toml b/router/Cargo.toml index 44fb90a5..c17a12dc 100644 --- a/router/Cargo.toml +++ b/router/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 }