We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0293b0 commit 417dccdCopy full SHA for 417dccd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.11.1 (February 3rd, 2026)
2
+
3
+- Fix integer overflow in `BytesMut::reserve`
4
5
# 1.11.0 (November 14th, 2025)
6
7
- Bump MSRV to 1.57 (#788)
Cargo.toml
@@ -4,7 +4,7 @@ name = "bytes"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create "v1.x.y" git tag.
-version = "1.11.0"
+version = "1.11.1"
8
edition = "2021"
9
rust-version = "1.57"
10
license = "MIT"
0 commit comments