diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-01-05 07:48:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 16:48:19 +0100 |
commit | fa271b70db0841d727c8311d974b8d6d1ed91219 (patch) | |
tree | b4faa2fc42c1e908bec4c112e855e6785dee1483 /ext/websocket | |
parent | 0ee64ad84726f7c91842c6a2dab0cb6a96dead4b (diff) |
chore: forward v1.29.2 release commit to main (#17277)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/websocket')
-rw-r--r-- | ext/websocket/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 860316706..e267051f2 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.87.0" +version = "0.88.0" authors.workspace = true edition.workspace = true license.workspace = true |