--- futures-io-preview-0.2.2/Cargo.toml 1970-01-01T01:00:00+01:00 +++ futures-io-preview-0.2.2/Cargo.toml 2018-09-11T00:22:30.383567+02:00 @@ -11,7 +11,7 @@ # will likely look very different (and much more reasonable) [package] -name = "futures-io-preview" +name = "futures-io" version = "0.2.2" authors = ["Alex Crichton "] description = "The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.\n" @@ -22,7 +22,7 @@ [lib] name = "futures_io" -[dependencies.futures-core-preview] +[dependencies.futures-core] version = "0.2.2" default-features = false @@ -32,4 +32,4 @@ [features] default = ["std"] -std = ["futures-core-preview/std", "iovec"] +std = ["futures-core/std", "iovec"]