Skip to content

Commit fcfb530

Browse files
committed
Remove space so replacements work in CI for
release tests
1 parent 7332065 commit fcfb530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_graphql_ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["apollo", "graphql", "graphql-ws", "juniper"]
1111

1212
[dependencies]
1313
juniper = { version = "0.15.0", path = "../juniper", default-features = false }
14-
juniper_subscriptions = { version = "0.15.0", path = "../juniper_subscriptions" }
14+
juniper_subscriptions = { version = "0.15.0", path = "../juniper_subscriptions" }
1515
serde = { version = "1.0.8", features = ["derive"], default-features = false }
1616
tokio = { version = "0.2", features = ["macros", "rt-core", "time"], default-features = false }
1717

0 commit comments

Comments
 (0)