dignifiedquire / async-tar

A tar archive reading/writing library for async Rust.
Apache License 2.0
68 stars 52 forks source link

Remove vendored pin_cell #1

Closed dignifiedquire closed 4 years ago

dignifiedquire commented 4 years ago

I vendored pin_cell, to be able to publish a release, once https://github.com/withoutboats/pin-cell/issues/6 is fixed, that should be undone.

dignifiedquire commented 4 years ago

removed in the latest code