Skip to content

Commit

Permalink
Release juniper_graphql_ws 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato committed Jan 28, 2021
1 parent 5490d25 commit 3638e1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion juniper_actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ actix-web = "3.3"
actix-web-actors = "3.0"

juniper = { version = "0.15.3", path = "../juniper", default-features = false }
juniper_graphql_ws = { version = "0.2.2", path = "../juniper_graphql_ws", optional = true }
juniper_graphql_ws = { version = "0.2.3", path = "../juniper_graphql_ws", optional = true }

anyhow = "1.0"
futures = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion juniper_graphql_ws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "juniper_graphql_ws"
version = "0.2.2"
version = "0.2.3"
edition = "2018"
authors = ["Christopher Brown <[email protected]>"]
license = "BSD-2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion juniper_warp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0"
bytes = "0.5"
futures = "0.3.1"
juniper = { version = "0.15.3", path = "../juniper", default-features = false }
juniper_graphql_ws = { version = "0.2.2", path = "../juniper_graphql_ws", optional = true }
juniper_graphql_ws = { version = "0.2.3", path = "../juniper_graphql_ws", optional = true }
serde = { version = "1.0.75", features = ["derive"] }
serde_json = "1.0.24"
thiserror = "1.0"
Expand Down

0 comments on commit 3638e1e

Please sign in to comment.