Skip to content

Commit 31aba26

Browse files
committed
feat(profiling): update profiling feature dependencies to include portable-atomic/fallback
1 parent 5c91882 commit 31aba26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aimdb-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ metrics = ["dep:metrics", "std"] # Requires std for aggregation
4141
# `portable-atomic/critical-section` provides the 64-bit-atomic fallback on targets
4242
# without native 64-bit atomics (e.g. thumbv7em); it's a no-op where native atomics
4343
# exist, and embedded binaries already supply a `critical-section` impl.
44-
profiling = ["alloc", "portable-atomic/critical-section"]
44+
profiling = ["alloc", "portable-atomic/fallback", "portable-atomic/critical-section"]
4545

4646
# Testing features
4747
test-utils = ["std"]

0 commit comments

Comments
 (0)