Release juniper_graphql_ws 0.3.0
This commit is contained in:
parent
ac2c2e19a1
commit
d4a5ed4b0e
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue