We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb1d6a commit 1aad072Copy full SHA for 1aad072
2 files changed
CHANGELOG.md
@@ -28,6 +28,17 @@ Released YYYY-MM-DD.
28
29
--------------------------------------------------------------------------------
30
31
+## 3.20.2
32
+
33
+Released 2026-02-19.
34
35
+### Fixed
36
37
+* Restored `Send` and `Sync` implementations for `Box<T>` for `T: ?Sized` types
38
+ as well.
39
40
+--------------------------------------------------------------------------------
41
42
## 3.20.1
43
44
Released 2026-02-18.
Cargo.toml
@@ -10,7 +10,7 @@ name = "bumpalo"
10
readme = "README.md"
11
repository = "https://github.com/fitzgen/bumpalo"
12
rust-version = "1.71.1"
13
-version = "3.20.1"
+version = "3.20.2"
14
15
[package.metadata.docs.rs]
16
all-features = true
0 commit comments