Skip to content

Commit a8d6025

Browse files
chore(deps): disable default features of const-default (#5)
This implies disabling the `enable-atomics` feature, which is incompatible with targets with no atomic support, such as `riscv32imc-unknown-none-elf`.
1 parent 74162b1 commit a8d6025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rlsf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ unstable = []
1818
[dependencies]
1919
svgbobdoc = { version = "0.3.0" }
2020
cfg-if = "1.0.0"
21-
const_default1 = { version = "1", package = "const-default" }
21+
const_default1 = { version = "1", package = "const-default", default-features = false }
2222

2323
[target."cfg(unix)".dependencies]
2424
libc = "0.2.56"

0 commit comments

Comments
 (0)