Skip to content

Commit 06b62d3

Browse files
Add bitflags to no_std universe
Summary: Add another crate to `no_std`. This doesn't seem like it's part of the stage0 required deps to be stuffed into `no_std`, but I ran into errors when trying to build stage0 without this Reviewed By: dtolnay Differential Revision: D71530327 fbshipit-source-id: f8ec6d4ac0745b9a40aa9880eb7eed44d9a3721d
1 parent f46f993 commit 06b62d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

below/store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "Apache-2.0"
1111

1212
[dependencies]
1313
anyhow = "1.0.95"
14-
bitflags = { version = "2.6", features = ["serde"] }
14+
bitflags = { version = "2.6", features = ["serde", "std"], default-features = false }
1515
bytes = { version = "1.9.0", features = ["serde"] }
1616
common = { package = "below-common", version = "0.9.0", path = "../common" }
1717
humantime = "2.1"

0 commit comments

Comments
 (0)