Skip to content

Commit e41b99e

Browse files
committed
refactor: implement flags types manually
* drop bitflags as a direct dependency BREAKING CHANGE: public API implemented by biflags macro is removed
1 parent 31cda8b commit e41b99e

File tree

5 files changed

+558
-575
lines changed

5 files changed

+558
-575
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ codegen-units=1
2323
thiserror = "1.0"
2424
libc = "0.2.155"
2525
streaming-iterator = "0.1.5"
26-
bitflags = "2.6.0"
2726
humantime = {version = "2.1.0", optional = true}
2827
serde = {version = "1.0.203", features = ["derive"], optional = true}
2928
serde_json = {version = "1.0.120", optional = true}

0 commit comments

Comments
 (0)