We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ab7a3 commit 72f7392Copy full SHA for 72f7392
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 0.4.10 (June 15, 2025)
2
+
3
+* Add `Slab::get_disjoint_mut` (#149)
4
+* Drop build script and `autocfg` dependency (#150)
5
+* Fix redundant import warning in no_std builds (#143)
6
+* Fix `clippy::needless_lifetimes` warning (#147)
7
+* Internal CI improvements (#141, #146)
8
9
# 0.4.9 (August 22, 2023)
10
11
* Avoid reallocations in `Slab::clone_from` (#137)
Cargo.toml
@@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
-version = "0.4.9"
+version = "0.4.10"
authors = ["Carl Lerche <[email protected]>"]
edition = "2018"
12
rust-version = "1.51"
0 commit comments