Bump MSRV to 1.57 (#788)

This commit is contained in:
Paolo Barbolini
2025-07-16 10:33:07 +02:00
committed by GitHub
parent f29e93951d
commit 3e44f88f5f
9 changed files with 21 additions and 60 deletions
-1
View File
@@ -4,7 +4,6 @@ use bytes::buf::UninitSlice;
use bytes::{BufMut, BytesMut};
use core::fmt::Write;
use core::mem::MaybeUninit;
use core::usize;
#[test]
fn test_vec_as_mut_buf() {