aboutsummaryrefslogtreecommitdiff
path: root/patches/Cargo.toml.patch
blob: d1da570c0803d6535b8166a46ec1139ce8fedd91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index d0a13f6..66f5639 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,6 +38,8 @@ optional = true
 default-features = false
 
 [dev-dependencies]
+futures = "0.3.21"
+futures-test = "0.3.21"
 
 [features]
 alloc = ["futures-core/alloc"]