summaryrefslogtreecommitdiff
path: root/ext/broadcast_channel
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2021-10-25 15:48:01 +0900
committerGitHub <noreply@github.com>2021-10-25 15:48:01 +0900
commitc7dcf1cbddb7d44224ea626bbcc0b52811e6b275 (patch)
tree57032c9ade69be909d33a5ddb70e1f234dabc0e7 /ext/broadcast_channel
parent53d38ad1e5e2e4ea4482f5bfaacded6b9a2e9f4d (diff)
chore: bump crate version for 1.15.3 (#12531)
Diffstat (limited to 'ext/broadcast_channel')
-rw-r--r--ext/broadcast_channel/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml
index 8fd7599a2..6e6aa7421 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.16.0"
+version = "0.17.0"
authors = ["the Deno authors"]
edition = "2018"
license = "MIT"
@@ -15,6 +15,6 @@ path = "lib.rs"
[dependencies]
async-trait = "0.1"
-deno_core = { version = "0.104.0", path = "../../core" }
+deno_core = { version = "0.105.0", path = "../../core" }
tokio = { version = "1.10.1", features = ["full"] }
uuid = { version = "0.8.2", features = ["v4"] }