summaryrefslogtreecommitdiff
path: root/extensions/broadcast_channel
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-13 02:16:49 +0200
committerGitHub <noreply@github.com>2021-07-13 02:16:49 +0200
commit642dd3d3c433efb56e59e64f0b75c6951153b571 (patch)
tree9d9b5fe22b96b39e97bb03f67b067f40c9bb46d5 /extensions/broadcast_channel
parent9c020d8c27dd57057db645a96f7b4ec924074e37 (diff)
chore: release crates (#11378)
Diffstat (limited to 'extensions/broadcast_channel')
-rw-r--r--extensions/broadcast_channel/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/broadcast_channel/Cargo.toml b/extensions/broadcast_channel/Cargo.toml
index cdbf1e18f..06985c8ed 100644
--- a/extensions/broadcast_channel/Cargo.toml
+++ b/extensions/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.4.1"
+version = "0.5.0"
edition = "2018"
description = "Implementation of BroadcastChannel API for Deno"
authors = ["the Deno authors"]
@@ -15,6 +15,6 @@ path = "lib.rs"
[dependencies]
async-trait = "0.1"
-deno_core = { version = "0.92.0", path = "../../core" }
+deno_core = { version = "0.93.0", path = "../../core" }
tokio = { version = "1.8.1", features = ["full"] }
uuid = { version = "0.8.2", features = ["v4"] }