From 398f57d10ca262bb22e7f376592db36f4260d49e Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sun, 1 May 2016 15:44:24 +0900 Subject: [PATCH] Cargoml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9ecbebb0..bf953b87e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ byteorder = "0.4" memmap = "0.2" lazy_static = "0.1.*" regex = "0.1" -fst = { path = "../fst" } +fst = "0.1.29" atomicwrites = "0.0.14" tempfile = "2.0.0" rustc-serialize = "0.3.16"