We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d65c51 commit 2e5779fCopy full SHA for 2e5779f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.11 (August 8, 2025)
2
+
3
+* Fix `Slab::get_disjoint_mut` out of bounds (#152)
4
5
# 0.4.10 (June 15, 2025)
6
7
* Add `Slab::get_disjoint_mut` (#149)
Cargo.toml
@@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
8
# - Create git tag
9
-version = "0.4.10"
+version = "0.4.11"
10
authors = ["Carl Lerche <[email protected]>"]
11
edition = "2018"
12
rust-version = "1.51"
0 commit comments