aboutsummaryrefslogtreecommitdiff
path: root/patches/Cargo.toml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/Cargo.toml.patch')
-rw-r--r--patches/Cargo.toml.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/Cargo.toml.patch b/patches/Cargo.toml.patch
new file mode 100644
index 0000000..d1da570
--- /dev/null
+++ b/patches/Cargo.toml.patch
@@ -0,0 +1,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"]