Skip to content

Commit

Permalink
Merge pull request #255 from shepmaster/dependabot/cargo/pin-project-1.0
Browse files Browse the repository at this point in the history
Update pin-project requirement from 0.4 to 1.0
  • Loading branch information
shepmaster authored Jan 10, 2021
2 parents 4975691 + 1e54235 commit ca92e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ backtrace = { version = "0.3.0", optional = true }
futures-01-crate = { package = "futures", version = "0.1", optional = true, default-features = false }
futures-crate = { package = "futures", version = "0.3.0", optional = true, default-features = false }
futures-core-crate = { package = "futures-core", version = "0.3.0", optional = true, default-features = false }
pin-project = { version = "0.4", optional = true, default-features = false }
pin-project = { version = "1.0", optional = true, default-features = false }

0 comments on commit ca92e0f

Please sign in to comment.