Skip to content

Commit

Permalink
Update pin-project-lite minimum bound to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
414owen committed Apr 23, 2022
1 parent 9c9e8df commit 567ca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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-lite = "0.2.4"
pin-project-lite = "0.2.6"

[dev-dependencies]
futures = { path = "../futures", features = ["async-await", "thread-pool"] }
Expand Down

0 comments on commit 567ca5b

Please sign in to comment.