Skip to content

Commit

Permalink
Bump async-wsocket to 926b9558
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 18, 2024
1 parent f7532bd commit ffbebbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 66 deletions.
66 changes: 1 addition & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ rust-version = "1.70.0"
[workspace.dependencies]
async-trait = "0.1"
async-utility = "0.2"
async-wsocket = "0.10"
#async-wsocket = "0.10"
async-wsocket = { git = "https://github.com/shadowylab/async-wsocket", rev = "926b9558f0e12eb21bf02eb6a214e1f33d5d07ee" }
atomic-destructor = { version = "0.2", default-features = false }
js-sys = "0.3"
negentropy = { version = "0.4", default-features = false }
Expand Down

0 comments on commit ffbebbd

Please sign in to comment.