Skip to content

Commit

Permalink
Upgrade bitflags
Browse files Browse the repository at this point in the history
Summary: I need these newer versions in a package I want. Upgrade them so instead of having two copies floating around the repo (one we use, one as a dependency), we only have one.

Reviewed By: zertosh

Differential Revision: D62025056

fbshipit-source-id: 452d440cfa3b22f57f113568774c39fcb2fe2446
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Aug 30, 2024
1 parent 955d47f commit c8248ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ path = "tests/time/mod.rs"
[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.71"
bitflags = { version = "2.4", features = ["serde"] }
bitflags = { version = "2.6", features = ["serde"] }
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
detcore-model = { version = "0.0.0", path = "../detcore-model" }
Expand Down

0 comments on commit c8248ab

Please sign in to comment.