Skip to content

Commit 80a249f

Browse files
authored
Update Cargo.toml
1 parent 73514f5 commit 80a249f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ windows-shared-memory-equality = []
1919
bincode = "1"
2020
crossbeam-channel = "0.4"
2121
fnv = "1.0.3"
22-
futures = "0.3"
23-
futures-test = "0.3"
22+
futures = { version = "0.3", optional = true }
23+
futures-test = { version = "0.3", optional = true }
2424
lazy_static = "1"
2525
libc = "0.2.12"
2626
rand = "0.7"

0 commit comments

Comments
 (0)