From: Ian Jackson Date: Sun, 20 Dec 2020 22:16:10 +0000 (+0000) Subject: fix a "0" version X-Git-Tag: otter-0.2.0~187 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4620c9ca7130cd0d2ecffd8ba8c5f2be8c59bd2e;p=otter.git fix a "0" version Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 071e5a13..3a4fc1d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ otter-zcoord = { path = "zcoord" } anyhow = "1" argparse = "0.2" -arrayvec = "0" +arrayvec = "0.5" boolinator = "2" chrono = "0.4" chrono-tz = "0.5"