diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-07-04 17:58:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 01:58:01 +0200 |
commit | 1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9 (patch) | |
tree | 71a8c02678fd0e665e1b7a8e4aca01489869bc93 /ext/websocket | |
parent | 6d0c658023cb502209ff0f952a4a607b9f72752a (diff) |
1.35.0 (#19717)
Bumped versions for 1.35.0
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 bef031ada..b8378696b 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.114.0" +version = "0.115.0" authors.workspace = true edition.workspace = true license.workspace = true |