Release juniper_graphql_ws 0.2.1

This commit is contained in:
Christian Legnitto 2020-12-12 09:52:41 -10:00
parent bd6c5c7525
commit 7da9f6fcd6
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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