Skip to content

Commit

Permalink
Update pin-project to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 14, 2020
1 parent 5df6d68 commit 8a65340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion futures-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ futures-executor = { version = "0.3.6", path = "../futures-executor", default-fe
futures-sink = { version = "0.3.6", path = "../futures-sink", default-features = false }
pin-utils = { version = "0.1.0", default-features = false }
once_cell = { version = "1.3.1", default-features = false, features = ["std"], optional = true }
pin-project = "0.4.20"
pin-project = "1"

[dev-dependencies]
futures = { version = "0.3.6", path = "../futures", default-features = false, features = ["std", "executor"] }
Expand Down
2 changes: 1 addition & 1 deletion futures-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ memchr = { version = "2.2", optional = true }
futures_01 = { version = "0.1.25", optional = true, package = "futures" }
tokio-io = { version = "0.1.9", optional = true }
pin-utils = "0.1.0"
pin-project = "0.4.20"
pin-project = "1"

[dev-dependencies]
futures = { path = "../futures", version = "0.3.6", features = ["async-await", "thread-pool"] }
Expand Down
2 changes: 1 addition & 1 deletion futures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ futures-executor = { path = "../futures-executor", version = "0.3.6", features =
futures-test = { path = "../futures-test", version = "0.3.6" }
tokio = "0.1.11"
assert_matches = "1.3.0"
pin-project = "0.4.20"
pin-project = "1"

[features]
default = ["std", "async-await", "executor"]
Expand Down

0 comments on commit 8a65340

Please sign in to comment.