opentelemetry-rust
opentelemetry-rust copied to clipboard
fix: AtomicI64, AtomicU64 for build mipsel processor
Changes
Use atomic_shim
for mipsel processor. Because when build for mipsel architecture, it don't have AtomicI64
, AtomicU64
in std.
Merge requirement checklist
- [x] CONTRIBUTING guidelines followed
- [x] Unit tests added/updated (if applicable)
- [x] Appropriate
CHANGELOG.md
files updated for non-trivial, user-facing changes - [x] Changes in public API reviewed (if applicable)