Skip to content

Commit 1e2945e

Browse files
committed
Drop c2rust-bitfields dependency
This is currently a source of compilation failures on native, and modules that pull in anything bitfieldish should just not go through c2rust in the first place.
1 parent 04d11a5 commit 1e2945e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ links = "riot-sys"
1616
[dependencies]
1717
cty = "^0.2"
1818
c2rust-asm-casts = "0.2"
19-
# Relevant for some boards like the wemos-zero
20-
c2rust-bitfields = { version = "0.3", features = ["no_std"] }
2119

2220
# optionally use RIOT-rs's riot-build
2321
riot-build = { version = "< 0.2.0", optional = true }

0 commit comments

Comments
 (0)