We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c7f1a commit 817a2ecCopy full SHA for 817a2ec
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.4.7 (July 19, 2022)
2
+
3
+* Use `#[track_caller]` on Rust 1.46+ (#119)
4
+* Make `Slab::new` const on Rust 1.39+ (#119)
5
6
# 0.4.6 (April 2, 2022)
7
8
* Add `Slab::vacant_key` (#114)
Cargo.toml
@@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
9
-version = "0.4.6"
+version = "0.4.7"
10
authors = ["Carl Lerche <me@carllerche.com>"]
11
edition = "2018"
12
rust-version = "1.31"
0 commit comments