Replace derive_more with thiserror

This commit is contained in:
Nikolay Kim 2022-01-26 23:12:37 +06:00
parent cd0b6b75ba
commit 321218f80b
20 changed files with 234 additions and 272 deletions

View file

@ -30,7 +30,6 @@ async-std = ["async_std/unstable"]
[dependencies]
async-oneshot = "0.5.0"
async-channel = "1.6.1"
derive_more = "0.99.14"
futures-core = "0.3"
log = "0.4"
pin-project-lite = "0.2"