Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Bytes version requirement #365

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Fix Bytes version requirement #365

merged 1 commit into from
Jun 14, 2024

Conversation

Ten0
Copy link
Contributor

@Ten0 Ten0 commented Oct 23, 2023

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.

It doesn't compile with a version lower than this due to the absence of `impl From<Bytes> for Vec<u8>`
@durch durch merged commit 112141d into durch:master Jun 14, 2024
1 of 2 checks passed
@durch
Copy link
Owner

durch commented Jun 14, 2024

@Ten0 thank you as usual :)

durch pushed a commit that referenced this pull request Jun 14, 2024
It doesn't compile with a version lower than this due to the absence of `impl From<Bytes> for Vec<u8>`
@Ten0 Ten0 deleted the fix_bytes_version branch June 15, 2024 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants