Skip to content

Commit

Permalink
ci: Update to bitflags 2 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Sep 29, 2023
1 parent 05c830b commit f21d9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2018"

[dependencies]
xshell = "0.2"
bitflags = "1.3"
bitflags = "2"
1 change: 1 addition & 0 deletions tools/ci/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use xshell::{cmd, Shell};
use bitflags::bitflags;

bitflags! {
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
struct Check: u32 {
const FORMAT = 0b00000001;
const CLIPPY = 0b00000010;
Expand Down

0 comments on commit f21d9f3

Please sign in to comment.