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