rust-s3
rust-s3 copied to clipboard
Fix Bytes version requirement
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.