rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

Fix Bytes version requirement

Open Ten0 opened this issue 2 years ago • 0 comments

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.

Ten0 avatar Oct 23 '23 22:10 Ten0