We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d9f64 commit 9f5b1fdCopy full SHA for 9f5b1fd
CHANGELOG.md
@@ -26,10 +26,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
27
### Fixed
28
29
+- Fixed an issue where the derive marcos `EncodeLabelSet` and `EncodeLabelValue` didn't work
30
+ when the `struct` has generic parameters (like `'a`).
31
+ See [PR 265].
32
+
33
- Fixed an issue where the derive macro `EncodeLabelSet` didn't work
34
when the `struct` has generic parameters (like `'a`).
35
See [PR 267].
36
37
+[PR 265]: https://github.com/prometheus/client_rust/pull/265
38
[PR 267]: https://github.com/prometheus/client_rust/pull/266
39
40
## [0.23.1]
0 commit comments