diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-04-16 03:41:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 02:41:59 +0000 |
commit | 0a7f46b8c29d67b579e4ffd4681aa5d0b7e30c6b (patch) | |
tree | 8061991b60cda2fdde9dfeb114e631b66c45df2b /ext/broadcast_channel | |
parent | 55c27cadc8a4436892bdeea7e7798480474b2ad8 (diff) |
chore: forward v1.42.4 commit to `main` (#23394)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'ext/broadcast_channel')
-rw-r--r-- | ext/broadcast_channel/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml index dd29a50a8..c0165d08b 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.140.0" +version = "0.141.0" authors.workspace = true edition.workspace = true license.workspace = true |