From 41cecc5c80fb5eb1a04d8d1d97016ca7c2e2e780 Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Sun, 12 Jan 2025 09:16:55 +0800 Subject: [PATCH] Update the troubleshooting section of the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa75c2de..cb6cd661 100644 --- a/README.md +++ b/README.md @@ -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