summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-06-21 09:21:48 +0200
committerJeffrey Vander Stoep <jeffv@google.com>2022-06-23 11:14:42 +0000
commitb2efd305d97677900163524aaa298617caebe92b (patch)
tree5effbfa6a06ac486637cc81769a6379dab63cc9e
parent11d78b0ca1f5087f3824f5b35e56ff24b9c911d7 (diff)
downloadmanifest-b2efd305d97677900163524aaa298617caebe92b.tar.gz
Add test dep for futures crates
Needed to enable unit tests. Test: repo sync Change-Id: I00f433cc7f920569dbbe83edf118ac74b3ba622a
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 03d542a58..e3a7b91fc 100644
--- a/default.xml
+++ b/default.xml
@@ -517,6 +517,7 @@
<project path="external/rust/crates/futures-macro" name="platform/external/rust/crates/futures-macro" groups="pdk" />
<project path="external/rust/crates/futures-sink" name="platform/external/rust/crates/futures-sink" groups="pdk" />
<project path="external/rust/crates/futures-task" name="platform/external/rust/crates/futures-task" groups="pdk" />
+ <project path="external/rust/crates/futures-test" name="platform/external/rust/crates/futures-test" groups="pdk" />
<project path="external/rust/crates/futures-util" name="platform/external/rust/crates/futures-util" groups="pdk" />
<project path="external/rust/crates/gdbstub" name="platform/external/rust/crates/gdbstub" groups="pdk" />
<project path="external/rust/crates/gdbstub_arch" name="platform/external/rust/crates/gdbstub_arch" groups="pdk" />