File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ version = "0.8.0"
21
21
portable-atomic = [" dep:portable-atomic" ]
22
22
23
23
# Enable polyfilling of atomics via portable-atomic, using critical section for locking
24
- portable-atomic-critical-section = [" dep:portable-atomic" , " portable-atomic?/critical-section" ]
24
+ portable-atomic-critical-section = [" dep:portable-atomic" , " portable-atomic" , " portable-atomic ?/critical-section" ]
25
25
26
26
# Enable polyfilling of atomics via portable-atomic, using disabling interrupts for locking.
27
27
# WARNING: this is only sound for single-core bare-metal privileged-mode targets!
28
- portable-atomic-unsafe-assume-single-core = [" dep:portable-atomic" , " portable-atomic?/unsafe-assume-single-core" ]
28
+ portable-atomic-unsafe-assume-single-core = [" dep:portable-atomic" , " portable-atomic" , " portable-atomic ?/unsafe-assume-single-core" ]
29
29
30
30
# implement serde traits.
31
31
serde = [" dep:serde" ]
You can’t perform that action at this time.
0 commit comments