From 983477ea50fe61194719f893d4b659f969549f67 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 11 Jan 2018 22:21:19 -0800 Subject: [PATCH] Depend on string 0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf79152..ec72042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ byteorder = "1.0" log = "0.3.8" fnv = "1.0.5" slab = "0.4.0" -string = { git = "https://github.com/carllerche/string" } +string = "0.1" ordermap = "0.2" [dev-dependencies]