Skip to content

Commit eb223d3

Browse files
committed
Update minimal version of pin-project to 1.0.11 (#2619)
1 parent 122525b commit eb223d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

futures-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures-executor = { version = "0.3.21", path = "../futures-executor", default-f
1919
futures-sink = { version = "0.3.21", path = "../futures-sink", default-features = false }
2020
futures-macro = { version = "=0.3.21", path = "../futures-macro", default-features = false }
2121
pin-utils = { version = "0.1.0", default-features = false }
22-
pin-project = "1.0.1"
22+
pin-project = "1.0.11"
2323

2424
[dev-dependencies]
2525
futures = { path = "../futures", default-features = false, features = ["std", "executor"] }

futures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ futures-util = { path = "../futures-util", version = "0.3.21", default-features
2727
futures-executor = { path = "../futures-executor", features = ["thread-pool"] }
2828
futures-test = { path = "../futures-test" }
2929
assert_matches = "1.3.0"
30-
pin-project = "1.0.1"
30+
pin-project = "1.0.11"
3131
pin-utils = "0.1.0"
3232
static_assertions = "1"
3333
tokio = "0.1.11"

0 commit comments

Comments
 (0)