Skip to content

Commit

Permalink
Update minimal version of pin-project to 1.0.11 (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 14, 2022
1 parent 122525b commit eb223d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion futures-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures-executor = { version = "0.3.21", path = "../futures-executor", default-f
futures-sink = { version = "0.3.21", path = "../futures-sink", default-features = false }
futures-macro = { version = "=0.3.21", path = "../futures-macro", default-features = false }
pin-utils = { version = "0.1.0", default-features = false }
pin-project = "1.0.1"
pin-project = "1.0.11"

[dev-dependencies]
futures = { path = "../futures", default-features = false, features = ["std", "executor"] }
Expand Down
2 changes: 1 addition & 1 deletion futures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures-util = { path = "../futures-util", version = "0.3.21", default-features
futures-executor = { path = "../futures-executor", features = ["thread-pool"] }
futures-test = { path = "../futures-test" }
assert_matches = "1.3.0"
pin-project = "1.0.1"
pin-project = "1.0.11"
pin-utils = "0.1.0"
static_assertions = "1"
tokio = "0.1.11"
Expand Down

0 comments on commit eb223d3

Please sign in to comment.