Release juniper_subscriptions 0.15.2
This commit is contained in:
parent
aae97b246b
commit
5056a3c58f
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ keywords = ["apollo", "graphql", "graphql-ws", "juniper"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
juniper = { version = "0.15.2", path = "../juniper", default-features = false }
|
juniper = { version = "0.15.2", path = "../juniper", default-features = false }
|
||||||
juniper_subscriptions = { version = "0.15.1", path = "../juniper_subscriptions" }
|
juniper_subscriptions = { version = "0.15.2", path = "../juniper_subscriptions" }
|
||||||
serde = { version = "1.0.8", features = ["derive"], default-features = false }
|
serde = { version = "1.0.8", features = ["derive"], default-features = false }
|
||||||
tokio = { version = "0.2", features = ["macros", "rt-core", "time"], default-features = false }
|
tokio = { version = "0.2", features = ["macros", "rt-core", "time"], default-features = false }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "juniper_subscriptions"
|
name = "juniper_subscriptions"
|
||||||
version = "0.15.1"
|
version = "0.15.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["nWacky <gosha.evtushenko@gmail.com>"]
|
authors = ["nWacky <gosha.evtushenko@gmail.com>"]
|
||||||
description = "Juniper SubscriptionCoordinator and SubscriptionConnection implementations"
|
description = "Juniper SubscriptionCoordinator and SubscriptionConnection implementations"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
#![doc(html_root_url = "https://docs.rs/juniper_subscriptions/0.15.1")]
|
#![doc(html_root_url = "https://docs.rs/juniper_subscriptions/0.15.2")]
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
iter::FromIterator,
|
iter::FromIterator,
|
||||||
|
|
Loading…
Reference in a new issue