Skip to content

Commit

Permalink
Update the troubleshooting section of the README
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Jan 12, 2025
1 parent f615075 commit 41cecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ You can fix these compilation errors by one of the following:

1. (Recommended) Upgrade Moka to v0.12.10 or later. (`cargo update -p moka`)
2. Or, keep using Moka v0.12.9 or earlier but disable the default features in
`Cargo.toml`.
`Cargo.toml`. (`default-features = false`)
- The default features include the `atomic64` feature, which need to be disabled.

These error messages are caused by the absence of `std::sync::atomic::AtomicU64` on
Expand Down

0 comments on commit 41cecc5

Please sign in to comment.