Skip to content

Commit 5490d25

Browse files
committed
Release juniper_subscriptions 0.15.3
1 parent d1c7e1d commit 5490d25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

juniper_graphql_ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["apollo", "graphql", "graphql-ws", "juniper"]
1111

1212
[dependencies]
1313
juniper = { version = "0.15.3", path = "../juniper", default-features = false }
14-
juniper_subscriptions = { version = "0.15.2", path = "../juniper_subscriptions" }
14+
juniper_subscriptions = { version = "0.15.3", path = "../juniper_subscriptions" }
1515
serde = { version = "1.0.8", features = ["derive"], default-features = false }
1616
tokio = { version = "0.2", features = ["macros", "rt-core", "time"], default-features = false }
1717

juniper_subscriptions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_subscriptions"
3-
version = "0.15.2"
3+
version = "0.15.3"
44
edition = "2018"
55
authors = ["nWacky <[email protected]>"]
66
description = "Juniper SubscriptionCoordinator and SubscriptionConnection implementations"

juniper_subscriptions/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
#![deny(missing_docs)]
1111
#![deny(warnings)]
12-
#![doc(html_root_url = "https://docs.rs/juniper_subscriptions/0.15.2")]
12+
#![doc(html_root_url = "https://docs.rs/juniper_subscriptions/0.15.3")]
1313

1414
use std::{
1515
iter::FromIterator,

0 commit comments

Comments
 (0)