@@ -24,11 +24,11 @@ bench = []
2424nightly = []
2525
2626[dependencies ]
27- futures-core-preview = { path = " ../futures-core" , version = " 0.3.0-alpha.12" , default-features = false }
28- futures-channel-preview = { path = " ../futures-channel" , version = " 0.3.0-alpha.12" , default-features = false }
29- futures-io-preview = { path = " ../futures-io" , version = " 0.3.0-alpha.12" , default-features = false }
30- futures-sink-preview = { path = " ../futures-sink" , version = " 0.3.0-alpha.12" , default-features = false }
31- futures-select-macro-preview = { path = " ../futures-select-macro" , version = " 0.3.0-alpha.12" , default-features = false }
27+ futures-core-preview = { path = " ../futures-core" , version = " = 0.3.0-alpha.12" , default-features = false }
28+ futures-channel-preview = { path = " ../futures-channel" , version = " = 0.3.0-alpha.12" , default-features = false }
29+ futures-io-preview = { path = " ../futures-io" , version = " = 0.3.0-alpha.12" , default-features = false }
30+ futures-sink-preview = { path = " ../futures-sink" , version = " = 0.3.0-alpha.12" , default-features = false }
31+ futures-select-macro-preview = { path = " ../futures-select-macro" , version = " = 0.3.0-alpha.12" , default-features = false }
3232either = { version = " 1.4" , default-features = false }
3333proc-macro-hack = " 0.5"
3434proc-macro-nested = " 0.1.2"
@@ -40,7 +40,7 @@ tokio-io = { version = "0.1.9", optional = true }
4040pin-utils = " 0.1.0-alpha.4"
4141
4242[dev-dependencies ]
43- futures-preview = { path = " ../futures" , version = " 0.3.0-alpha.12" }
44- futures-executor-preview = { path = " ../futures-executor" , version = " 0.3.0-alpha.12" }
45- futures-test-preview = { path = " ../futures-test" , version = " 0.3.0-alpha.12" }
43+ futures-preview = { path = " ../futures" , version = " = 0.3.0-alpha.12" }
44+ futures-executor-preview = { path = " ../futures-executor" , version = " = 0.3.0-alpha.12" }
45+ futures-test-preview = { path = " ../futures-test" , version = " = 0.3.0-alpha.12" }
4646tokio = " 0.1.11"
0 commit comments