From 857a5794d8d8f7dce4d3efeb45462f31ea349bce Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Tue, 5 Jun 2018 09:02:40 +0900 Subject: [PATCH] Updated nix version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42140009c..e5d993651 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ lazy_static = "0.2.1" tinysegmenter = "0.1.0" regex = "0.2" fst = {version="0.3", default-features=false} -atomicwrites = {version="0.2", optional=true} +atomicwrites = {git="https://github.com/fulmicoton/rust-atomicwrites", optional=true} tempfile = "2.1" log = "0.3.6" combine = "2.2"