diff options
author | Aria <me@aria.rip> | 2023-11-04 20:06:12 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-11-04 20:06:12 +0000 |
commit | f9c7ae8fddbeac4dfce760b260c705ff3ac9d118 (patch) | |
tree | 197cb19750e1ec15dd977dd2d245baec7273c313 /broadcast/Cargo.toml | |
parent | 4b6e257263f7bb6eaebb9be672f88bda85c77586 (diff) |
This reverts commit 4b6e257263f7bb6eaebb9be672f88bda85c77586.
Diffstat (limited to 'broadcast/Cargo.toml')
-rw-r--r-- | broadcast/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/broadcast/Cargo.toml b/broadcast/Cargo.toml index 718f7d1..06e4426 100644 --- a/broadcast/Cargo.toml +++ b/broadcast/Cargo.toml @@ -10,5 +10,4 @@ smol = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } common = { path = "../common/" } -futures = { version = "0.3.28", default_features = false, features = ["std"] } -elsa = "1.9.0" +futures = { version = "0.3.28", default_features = false, features = ["std"] }
\ No newline at end of file |