mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Remove async recursion
Greatly increases safety as well by ensuring only one message is processed at once.
This commit is contained in:
@@ -10,6 +10,5 @@ edition = "2021"
|
||||
[dependencies]
|
||||
parity-scale-codec = { version = "3.2", features = ["derive"] }
|
||||
|
||||
async-recursion = "1.0"
|
||||
async-trait = "0.1"
|
||||
tokio = { version = "1", features = ["macros", "rt", "sync"] }
|
||||
|
||||
Reference in New Issue
Block a user