diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-11-30 23:06:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 23:06:54 +0100 |
commit | b69001bb496917fe8f1e13b6f1aca9b802849351 (patch) | |
tree | 7a81fc7bf8151661632394ce2e16d96e0a5b0983 /ext/websocket | |
parent | ab755a07d8997a1d41b84e91ca772815c9ef9699 (diff) |
chore: forward v1.38.4 release commit to main (#21400)
Co-authored-by: denobot <33910674+denobot@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 ca2e0f560..feb996534 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.130.0" +version = "0.131.0" authors.workspace = true edition.workspace = true license.workspace = true |