Skip to content

Commit bae27e8

Browse files
committed
Release juniper_graphql_ws 0.2.6
1 parent 5fb222e commit bae27e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

juniper_actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ actix-web = "4.0.0-beta.8"
1919
actix-web-actors = "4.0.0-beta.6"
2020

2121
juniper = { version = "0.15.8", path = "../juniper", default-features = false }
22-
juniper_graphql_ws = { version = "0.2.5", path = "../juniper_graphql_ws", optional = true }
22+
juniper_graphql_ws = { version = "0.2.6", path = "../juniper_graphql_ws", optional = true }
2323

2424
anyhow = "1.0"
2525
futures = "0.3"

juniper_graphql_ws/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_graphql_ws"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2018"
55
authors = ["Christopher Brown <ccbrown112@gmail.com>"]
66
license = "BSD-2-Clause"

juniper_warp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ subscriptions = ["juniper_graphql_ws"]
1515
anyhow = "1.0"
1616
futures = "0.3.1"
1717
juniper = { version = "0.15.8", path = "../juniper", default-features = false }
18-
juniper_graphql_ws = { version = "0.2.5", path = "../juniper_graphql_ws", optional = true }
18+
juniper_graphql_ws = { version = "0.2.6", path = "../juniper_graphql_ws", optional = true }
1919
serde = { version = "1.0.75", features = ["derive"] }
2020
serde_json = "1.0.24"
2121
thiserror = "1.0"

0 commit comments

Comments
 (0)