From: Ian Jackson Date: Sun, 16 May 2021 23:27:12 +0000 (+0100) Subject: timereader: mio: Add another feature which we need X-Git-Tag: otter-0.6.0~229 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=58a40f41c34749f4d2dce1fbdf0799d46ee94af1;p=otter.git timereader: mio: Add another feature which we need Cargo feature unification seemed to have been getting this one for us previously, anyway. But lacking it is a bit of a hazard. Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 5ce82df1..d0a3f753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ zip="0.5" enum-map = { version="1" , features=["serde" ] } flexi_logger = { version="0.17" , features=["specfile" ] } index_vec = { version="0.1.1", features=["serde" ] } -mio = { version="0.7", features=["os-ext" ] } +mio = { version="0.7", features=["os-ext", "os-poll" ] } serde = { version="1" , features=["derive", "rc"] } strum = { version="0.20" , features=["derive" ] }