From: Ian Jackson Date: Sun, 14 Feb 2021 23:06:46 +0000 (+0000) Subject: Centralise arrayvec X-Git-Tag: otter-0.4.0~476 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fcfa5d719c7a5248d3006eb657de1ce2b7c005e9;p=otter.git Centralise arrayvec Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock.example b/Cargo.lock.example index da078fca..34cf5276 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1649,7 +1649,6 @@ dependencies = [ name = "otter-daemon" version = "0.0.1" dependencies = [ - "arrayvec", "boolinator", "chrono", "chrono-tz", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 3996d61a..01e0d334 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -18,7 +18,6 @@ path = "main.rs" otter = { path = ".." } otter-base = { path = "../base" } -arrayvec = "0.5" boolinator = "2" chrono = "0.4" chrono-tz = "0.5"