Skip to content

Commit d177215

Browse files
committed
chore: switch sam attributes to bitflags
1 parent c145ac9 commit d177215

5 files changed

Lines changed: 230 additions & 199 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dashmap = "6"
4141
chrono = "0.4"
4242
rand = "0.10"
4343
tempfile = "3"
44+
bitflags = { version = "2.11.1", features = ["std"] }
4445

4546
[dev-dependencies]
4647
assert_cmd = "2"

0 commit comments

Comments
 (0)