We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61580c0 commit 4ba145fCopy full SHA for 4ba145f
metrics/CHANGELOG.md
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
- Added a `From` implementation for `KeyName` from `Cow<'static, str>`.
14
([#378](https://github.com/metrics-rs/metrics/pull/378))
15
16
+### Removed
17
+
18
+- Removed `metrics::set_recorder_racy` as it was intended to be used in `no_std` use cases, but
19
+ `metrics` is not currently compatible in `no_std` environments, so keeping `set_recorder_racy`
20
+ around was just API baggage.
21
22
## [0.21.0] - 2023-04-16
23
24
### Added
0 commit comments