diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-02 16:25:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 16:25:39 -0500 |
commit | 25200ce295029e761b3a7cf1dcb0cd6fee52a6bc (patch) | |
tree | b412d8d0403dff22d409a19dbc0cb7889f20354a /op_crates/websocket | |
parent | f1fe6a57baa08b4a42e6c134c2f91849397d7b01 (diff) |
Bump crates again (#9653)
Diffstat (limited to 'op_crates/websocket')
-rw-r--r-- | op_crates/websocket/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/websocket/Cargo.toml b/op_crates/websocket/Cargo.toml index 418d32021..7d4d605e6 100644 --- a/op_crates/websocket/Cargo.toml +++ b/op_crates/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.5.1" +version = "0.5.2" edition = "2018" description = "Implementation of WebSocket API for Deno" authors = ["the Deno authors"] |