durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
498 stars 195 forks source link

Fix Bytes version requirement #365

Closed Ten0 closed 1 week ago

Ten0 commented 8 months ago

0.34.0-rc4 doesn't compile with a version lower than this due to the absence of impl From<Bytes> for Vec<u8>.

The way to ensure this does not happen anymore is to have a CI run with cargo-minimal-versions.

durch commented 1 week ago

@Ten0 thank you as usual :)