Closed huntc closed 1 year ago
The std-atomic feature is not required as the portable atomics library will fall back to native atomics when there are available.
Additionally, having a std-atomics feature as a default prevents the other metrics libraries such as metrics-util, from being used on 32 bit archs.
Fixes https://github.com/metrics-rs/metrics/issues/323
This should be solved via a3a706b.
Thanks for solving this issue!
The std-atomic feature is not required as the portable atomics library will fall back to native atomics when there are available.
Additionally, having a std-atomics feature as a default prevents the other metrics libraries such as metrics-util, from being used on 32 bit archs.
Fixes https://github.com/metrics-rs/metrics/issues/323