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 0a9d12f commit fba83caCopy full SHA for fba83ca
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## [0.9.0] -
+## [0.9.0] - 2025-09-17
4
5
### New
6
@@ -25,6 +25,9 @@
25
* We now generate a syntax error for types with lifetimes and where clauses
26
(which never supported in the first place).
27
28
+* There is now support for serializing references, and support by erasure
29
+ for `Box`, `Rc`, and `Arc` in the `pointer` module.
30
+
31
### Changed
32
33
* All serialization and deserialization methods are now unsafe. See their
0 commit comments