Release juniper_graphql_ws 0.3.0

This commit is contained in:
Christian Legnitto 2021-07-08 00:10:57 -07:00
parent ac2c2e19a1
commit d4a5ed4b0e
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ actix-web = "4.0.0-beta.8"
actix-web-actors = "4.0.0-beta.6"
juniper = { version = "0.15.7", path = "../juniper", default-features = false }
juniper_graphql_ws = { version = "0.2.5", path = "../juniper_graphql_ws", optional = true }
juniper_graphql_ws = { version = "0.3.0", path = "../juniper_graphql_ws", optional = true }
anyhow = "1.0"
futures = "0.3"

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_graphql_ws"
version = "0.2.5"
version = "0.3.0"
edition = "2018"
authors = ["Christopher Brown <ccbrown112@gmail.com>"]
license = "BSD-2-Clause"

View file

@ -15,7 +15,7 @@ subscriptions = ["juniper_graphql_ws"]
anyhow = "1.0"
futures = "0.3.1"
juniper = { version = "0.15.7", path = "../juniper", default-features = false }
juniper_graphql_ws = { version = "0.2.5", path = "../juniper_graphql_ws", optional = true }
juniper_graphql_ws = { version = "0.3.0", path = "../juniper_graphql_ws", optional = true }
serde = { version = "1.0.75", features = ["derive"] }
serde_json = "1.0.24"
thiserror = "1.0"