Skip to content

Commit e026326

Browse files
Merge #106
106: Bump pin-project-lite to 0.2 r=Nemo157 a=paolobarbolini Co-authored-by: Paolo Barbolini <paolo@paolo565.org>
2 parents 2ba487c + 4e2ccf0 commit e026326

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bzip2 = { version = "0.4.1" , optional = true }
4545
flate2 = { version = "1.0.11", optional = true }
4646
futures-core = { version = "0.3.0", default-features = false }
4747
futures-io = { version = "0.3.0", default-features = false, features = ["std"], optional = true }
48-
pin-project-lite = "0.1.1"
48+
pin-project-lite = "0.2.0"
4949
libzstd = { package = "zstd", version = "0.5.0", optional = true, default-features = false }
5050
zstd-safe = { version = "2.0.0", optional = true, default-features = false }
5151
memchr = "2.2.1"

0 commit comments

Comments
 (0)