diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-11-05 20:27:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-06 02:27:14 +0100 |
commit | ef7432c03f83ad9e9ca2812d0ab5653e87fa5259 (patch) | |
tree | fc0920be18f1a466b171c0d02c970d104294c050 /ext/websocket | |
parent | 770ef1460085e1a1b706cc7f066e7b3ea5010eb0 (diff) |
chore: forward v2.0.5 release commit to main (#26755)
This is the release commit being forwarded back to main for 2.0.5
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.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 6a575cb41..6724cea2c 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.180.0" +version = "0.181.0" authors.workspace = true edition.workspace = true license.workspace = true |