Unverified Commit aa257c00 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

fix(client): change to `AtomicU64` to `AtomicUsize` (#1293)

* fix(client): change to `AtomicU64` to `AtomicUsize`

Some targets may not support AtomicU64.
This PR moves to `AtomicUsize` instead to support more targets.

* Update core/src/client/mod.rs

* fix benches
parent d9c4a5c2
Pipeline #444336 failed with stages
in 3 minutes and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment