We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a972f commit 1e9af13Copy full SHA for 1e9af13
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.2](https://github.com/frender-rs/ghost-lite/compare/v0.1.1...v0.1.2) (2023-01-13)
4
+
5
6
+### Bug Fixes
7
8
+* relaxed bound `?Sized` not working for derives ([c0a972f](https://github.com/frender-rs/ghost-lite/commit/c0a972fc3df36deb57ac86952cedfb7e8ab94a55))
9
10
## [0.1.1](https://github.com/frender-rs/ghost-lite/compare/v0.1.0...v0.1.1) (2023-01-13)
11
12
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ghost-lite"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
license = "MIT"
description = "custom PhantomData types"
0 commit comments