Skip to content

Commit 3638e1e

Browse files
committed
Release juniper_graphql_ws 0.2.3
1 parent 5490d25 commit 3638e1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

juniper_actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ actix-web = "3.3"
1717
actix-web-actors = "3.0"
1818

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

2222
anyhow = "1.0"
2323
futures = "0.3.5"

juniper_graphql_ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_graphql_ws"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2018"
55
authors = ["Christopher Brown <[email protected]>"]
66
license = "BSD-2-Clause"

juniper_warp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ anyhow = "1.0"
1616
bytes = "0.5"
1717
futures = "0.3.1"
1818
juniper = { version = "0.15.3", path = "../juniper", default-features = false }
19-
juniper_graphql_ws = { version = "0.2.2", path = "../juniper_graphql_ws", optional = true }
19+
juniper_graphql_ws = { version = "0.2.3", path = "../juniper_graphql_ws", optional = true }
2020
serde = { version = "1.0.75", features = ["derive"] }
2121
serde_json = "1.0.24"
2222
thiserror = "1.0"

0 commit comments

Comments
 (0)