diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-02-06 23:15:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 04:15:38 +0000 |
commit | a4988d00dad8b5e665cd1f38826674d1317e8cf9 (patch) | |
tree | 35a4dfb43abc1c673802c4d459f3e79fcb46552b /ext/websocket | |
parent | 4d7145dd5a8ff94c31619e5539bc60954ea80d3b (diff) |
chore: forward v1.30.3 release commit to main (#17677)
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 3b138d159..8b93a9852 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.93.0" +version = "0.94.0" authors.workspace = true edition.workspace = true license.workspace = true |