Skip to content

Commit

Permalink
depend on async-broadcast, 0.6 seems to be unsupported on wasm yet an…
Browse files Browse the repository at this point in the history
…d requires a PR

smol-rs/async-broadcast#51 would be necessary
for 0.6, but 0.5 seems to build fine, so let's just use it
  • Loading branch information
Ekleog committed Jan 23, 2024
1 parent d7e970f commit f046cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ _tests = [ # internal feature, for use by wasm tests in particular and thus all

[dependencies]
anyhow = "1.0"
async-broadcast = "0.5.0"
async-stream = "0.3.5"
chrono = "0.4.31"
deepsize = "0.2.0"
Expand Down

0 comments on commit f046cf5

Please sign in to comment.