You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-futures-sink/futures-sink-fix-metadata.diff

30 lines
921 B

--- futures-sink-preview-0.2.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ futures-sink-preview-0.2.2/Cargo.toml 2018-09-11T00:44:49.368531+02:00
@@ -11,7 +11,7 @@
# will likely look very different (and much more reasonable)
[package]
-name = "futures-sink-preview"
+name = "futures-sink"
version = "0.2.2"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "The asynchronous `Sink` trait for the futures-rs library.\n"
@@ -27,14 +27,14 @@
optional = true
default-features = false
-[dependencies.futures-channel-preview]
+[dependencies.futures-channel]
version = "0.2.2"
default-features = false
-[dependencies.futures-core-preview]
+[dependencies.futures-core]
version = "0.2.2"
default-features = false
[features]
default = ["std"]
-std = ["either/use_std", "futures-core-preview/std", "futures-channel-preview/std"]
+std = ["either/use_std", "futures-core/std", "futures-channel/std"]