Skip to content

Commit

Permalink
Release juniper_subscriptions 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato committed Apr 4, 2021
1 parent 3336fa9 commit 728b1b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion juniper_graphql_ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["apollo", "graphql", "graphql-ws", "juniper"]

[dependencies]
juniper = { version = "0.15.4", path = "../juniper", default-features = false }
juniper_subscriptions = { version = "0.15.3", path = "../juniper_subscriptions" }
juniper_subscriptions = { version = "0.15.4", path = "../juniper_subscriptions" }
serde = { version = "1.0.8", features = ["derive"], default-features = false }
tokio = { version = "0.2", features = ["macros", "rt-core", "time"], default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion juniper_subscriptions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "juniper_subscriptions"
version = "0.15.3"
version = "0.15.4"
edition = "2018"
authors = ["nWacky <[email protected]>"]
description = "Juniper SubscriptionCoordinator and SubscriptionConnection implementations"
Expand Down
2 changes: 1 addition & 1 deletion juniper_subscriptions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#![deny(missing_docs)]
#![deny(warnings)]
#![doc(html_root_url = "https://docs.rs/juniper_subscriptions/0.15.3")]
#![doc(html_root_url = "https://docs.rs/juniper_subscriptions/0.15.4")]

use std::{
iter::FromIterator,
Expand Down

0 comments on commit 728b1b5

Please sign in to comment.