We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c91882 commit 31aba26Copy full SHA for 31aba26
1 file changed
aimdb-core/Cargo.toml
@@ -41,7 +41,7 @@ metrics = ["dep:metrics", "std"] # Requires std for aggregation
41
# `portable-atomic/critical-section` provides the 64-bit-atomic fallback on targets
42
# without native 64-bit atomics (e.g. thumbv7em); it's a no-op where native atomics
43
# exist, and embedded binaries already supply a `critical-section` impl.
44
-profiling = ["alloc", "portable-atomic/critical-section"]
+profiling = ["alloc", "portable-atomic/fallback", "portable-atomic/critical-section"]
45
46
# Testing features
47
test-utils = ["std"]
0 commit comments