From 009a3559be5d2817d89eb4fc801da979e5753c9b Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 6 Jun 2018 07:13:09 +0900 Subject: [PATCH] atomicwrites 2.2.0 for ARM compilation --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5d993651..d8a4b7212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,9 @@ lazy_static = "0.2.1" tinysegmenter = "0.1.0" regex = "0.2" fst = {version="0.3", default-features=false} -atomicwrites = {git="https://github.com/fulmicoton/rust-atomicwrites", optional=true} +# 0.2.1 won't work on ARM. +# https://github.com/untitaker/rust-atomicwrites/issues/22 +atomicwrites = {version="0.2.2", optional=true} tempfile = "2.1" log = "0.3.6" combine = "2.2"