Closed
Description
We have a dependency on serde 1.0 so we moved to 1.0.95 and now, we have this issue in our build for Android (It builds for other platforms) :
error[E0432]: unresolved imports `std::sync::atomic::AtomicI64`, `std::sync::atomic::AtomicU64`
--> /home/user/.cargo/registry/src/github.tiyicn.workers.dev-1ecc6299db9ec823/serde-1.0.95/src/lib.rs:221:33
221 | pub use std::sync::atomic::{AtomicI64, AtomicU64};
^^^^^^^^^ ^^^^^^^^^ no `AtomicU64` in `sync::atomic`
|
no `AtomicI64` in `sync::atomic`
help: a similar name exists in the module
221 | pub use std::sync::atomic::{AtomicI8, AtomicU64};
^^^^^^^^
help: a similar name exists in the module
221 | pub use std::sync::atomic::{AtomicI64, AtomicU8};
^^^^^^^^
error: aborting due to previous error
I thought I had an old version of rust, but I'm using 1.35.0 so I don't understand why AtomicI64 is not found. Any hint ? Thanks for your help
Metadata
Metadata
Assignees
Labels
No labels