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 67e184f commit b709dcfCopy full SHA for b709dcf
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.9 (August 22, 2023)
2
+
3
+* Avoid reallocations in `Slab::clone_from` (#137)
4
5
# 0.4.8 (January 20, 2023)
6
7
* Fixed documentation about overflow (#124)
Cargo.toml
@@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
8
# - Create git tag
9
-version = "0.4.8"
+version = "0.4.9"
10
authors = ["Carl Lerche <[email protected]>"]
11
edition = "2018"
12
rust-version = "1.31"
0 commit comments