From d2dc354ed983aab79152f5eed36c6f233eeae176 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Mon, 5 Jun 2023 21:32:50 +0200
Subject: [PATCH] Downgrade async-bincode to v0.6.1

no `AsyncBincodeReader` in the root

code needs to be adapted
---
 bda/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bda/Cargo.toml b/bda/Cargo.toml
index 041c7ac..d6e1a71 100644
--- a/bda/Cargo.toml
+++ b/bda/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
 [dependencies]
 anyhow = "1.0.33"
 arrayvec = { version = "0.7", features = ["serde"] }
-async-bincode = "0.7.1"
+async-bincode = "0.6.1"
 async_io_stream = { version = "0.3.1", features = [ "tokio_io"] }
 bincode = "1.3"
 duniter-core = { git = "https://git.duniter.org/nodes/rust/duniter-core" }
-- 
GitLab