Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit 0c7846e

Browse files
committed
prune last deps
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 6432efc commit 0c7846e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["asynchronous", "network-programming", "filesystem", "concurrency"
99
edition = "2018"
1010

1111
[dependencies]
12-
futures-preview = { version = "0.3.0-alpha.13", features = ["compat", "io-compat"] }
12+
futures-preview = { version = "0.3.0-alpha.13" }
1313
runtime-attributes = { path = "runtime-attributes" }
1414
runtime-raw = { path = "runtime-raw" }
1515

runtime-attributes/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ edition = "2018"
1111
proc-macro = true
1212

1313
[dependencies]
14-
lazy_static = "1"
1514
syn = { version = "0.15", features = ["full"] }
1615
proc-macro2 = { version = "0.4.24", features = ["nightly"] }
1716
quote = "0.6"
1817

1918
[dev-dependencies]
20-
failure = "0.1.5"
2119
runtime-raw = { path = "../runtime-raw" }
2220
runtime-tokio = { path = "../runtime-tokio" }

runtime-native/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ edition = "2018"
1111
async-datagram = "2.0.0"
1212
futures-preview = "0.3.0-alpha.13"
1313
lazy_static = "1.0.0"
14-
mio = "0.6.16"
1514
romio = "0.3.0-alpha.4"
1615
runtime-raw = { path = "../runtime-raw" }
1716
juliex = "0.3.0-alpha.3"

0 commit comments

Comments
 (0)