Skip to content

Commit c12f40c

Browse files
authored
Removed 'compat' feature from futures on juniper_subscriptions and juniper_warp (#606)
1 parent 1412561 commit c12f40c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

juniper_subscriptions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010

1111

1212
[dependencies]
13-
futures = { version = "=0.3.1", features = ["compat"] }
13+
futures = "0.3.1"
1414
juniper = { version = "0.14.2", path = "../juniper", default-features = false }
1515

1616
[dev-dependencies]

juniper_warp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ subscriptions = ["juniper_subscriptions"]
1313

1414
[dependencies]
1515
warp = "0.2"
16-
futures = { version = "0.3.1", features = ["compat"] }
16+
futures = "0.3.1"
1717
juniper = { version = "0.14.2", path = "../juniper", default-features = false }
1818
juniper_subscriptions = { path = "../juniper_subscriptions", optional = true}
1919
tokio = { version = "0.2", features = ["rt-core", "blocking"] }

0 commit comments

Comments
 (0)