Release juniper_graphql_ws 0.2.4

This commit is contained in:
Christian Legnitto 2021-04-03 15:41:32 -10:00
parent 728b1b598d
commit a85315e5fb
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ actix-web = "3.3"
actix-web-actors = "3.0" actix-web-actors = "3.0"
juniper = { version = "0.15.4", path = "../juniper", default-features = false } juniper = { version = "0.15.4", path = "../juniper", default-features = false }
juniper_graphql_ws = { version = "0.2.3", path = "../juniper_graphql_ws", optional = true } juniper_graphql_ws = { version = "0.2.4", path = "../juniper_graphql_ws", optional = true }
anyhow = "1.0" anyhow = "1.0"
futures = "0.3.5" futures = "0.3.5"

View file

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

View file

@ -16,7 +16,7 @@ anyhow = "1.0"
bytes = "0.5" bytes = "0.5"
futures = "0.3.1" futures = "0.3.1"
juniper = { version = "0.15.4", path = "../juniper", default-features = false } juniper = { version = "0.15.4", path = "../juniper", default-features = false }
juniper_graphql_ws = { version = "0.2.3", path = "../juniper_graphql_ws", optional = true } juniper_graphql_ws = { version = "0.2.4", path = "../juniper_graphql_ws", optional = true }
serde = { version = "1.0.75", features = ["derive"] } serde = { version = "1.0.75", features = ["derive"] }
serde_json = "1.0.24" serde_json = "1.0.24"
thiserror = "1.0" thiserror = "1.0"