Skip to content

Commit be6dc62

Browse files
committed
[do not merge] temp cargo toml changes until pin-utils release
1 parent e124c1d commit be6dc62

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

futures-executor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ futures-util-preview = { path = "../futures-util", version = "0.3.0-alpha.3", de
2626
futures-channel-preview = { path = "../futures-channel", version = "0.3.0-alpha.3", default-features = false}
2727
num_cpus = { version = "1.8.0", optional = true }
2828
lazy_static = { version = "1.1.0", optional = true }
29-
pin-utils = "0.1.0-alpha.1"
29+
pin-utils = { git = "https://github.com/tinaun/pin-utils", branch = "nightly-fixes" }
3030

3131
[dev-dependencies]
3232
futures-preview = { path = "../futures", version = "0.3.0-alpha.3" }

futures-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "futures_test"
2020
futures-core-preview = { version = "0.3.0-alpha.2", path = "../futures-core", default-features = false }
2121
futures-util-preview = { version = "0.3.0-alpha.2", path = "../futures-util", default-features = false }
2222
futures-executor-preview = { version = "0.3.0-alpha.2", path = "../futures-executor", default-features = false }
23-
pin-utils = { version = "0.1.0-alpha.1", default-features = false }
23+
pin-utils = { git = "https://github.com/tinaun/pin-utils", branch = "nightly-fixes", default-features = false }
2424

2525
[dev-dependencies]
2626
futures-preview = { version = "0.3.0-alpha.2", path = "../futures", default-features = false, features = ["std"] }

futures-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ either = { version = "1.4", default-features = false }
3333
slab = { version = "0.4", optional = true }
3434
futures01 = { package = "futures", version = "0.1", optional = true }
3535
tokio-executor = { version = "0.1.2", optional = true }
36-
pin-utils = "0.1.0-alpha.1"
36+
pin-utils = { git = "https://github.com/tinaun/pin-utils", branch = "nightly-fixes" }
3737

3838
[dev-dependencies]
3939
futures-preview = { path = "../futures", version = "0.3.0-alpha.3", features = ["tokio-compat"] }

futures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ futures-sink-preview = { path = "../futures-sink", version = "0.3.0-alpha.3", de
3333
futures-util-preview = { path = "../futures-util", version = "0.3.0-alpha.3", default-features = false }
3434

3535
[dev-dependencies]
36-
pin-utils = "0.1.0-alpha.1"
36+
pin-utils = { git = "https://github.com/tinaun/pin-utils", branch = "nightly-fixes" }
3737
futures-test-preview = { path = "../futures-test", version = "0.3.0-alpha.3", default-features = false }
3838

3939
[features]

0 commit comments

Comments
 (0)