diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-07-19 21:11:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 05:11:50 +0200 |
commit | 0c3bbf7acdeacdd1c36b4b847679d85ca19962dc (patch) | |
tree | f61bb11db7544a4e6bca4552f4e9facb7752f629 /ext/websocket | |
parent | aa95a3a6e04a7b0d1a06f4e149793a6970bda3aa (diff) |
chore: forward v1.35.2 release commit to main (#19887)
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 656dca303..fddb99087 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.116.0" +version = "0.117.0" authors.workspace = true edition.workspace = true license.workspace = true |