From 81c6d8872739518551b329100509398a7da2afcb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 4 Aug 2021 00:22:27 +0100 Subject: [PATCH] rx queue, prep, Cervine maybe-owned is no good because it wants &Box<[u8]> but we want &[u8] Signed-off-by: Ian Jackson --- Cargo.lock | 7 +++++++ Cargo.toml | 1 + 2 files changed, 8 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 61b1daf..ef78702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,6 +76,12 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" +[[package]] +name = "cervine" +version = "0.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f0db89834ef04fc63d2f136327b42d532b45def0345213d28690a3446c7bdb5" + [[package]] name = "cfg-if" version = "1.0.0" @@ -373,6 +379,7 @@ version = "0.0.0" dependencies = [ "anyhow", "base64", + "cervine", "configparser", "env_logger", "extend", diff --git a/Cargo.toml b/Cargo.toml index 3092150..874992b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,3 +43,4 @@ void = "1" extend = "1" # no deps not in sid fehler = "1" # no deps (other than fehler-macros, obvs) lazy-regex = "2" # no deps not in sid +cervine = "0.0" # no (non-dev)-deps not in sid -- 2.30.2