Skip to content
Snippets Groups Projects
Commit d2dc354e authored by Moul's avatar Moul
Browse files

Downgrade async-bincode to v0.6.1

no `AsyncBincodeReader` in the root

code needs to be adapted
parent 551dace3
No related branches found
No related tags found
No related merge requests found
Pipeline #32196 failed
......@@ -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" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment