Skip to content

Commit

Permalink
Update bitflags crate
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 20, 2023
1 parent 02e572b commit 3a7437f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ vec1 = "1.8.0"
clingo-sys = "=0.7.2"
clingo-derive = { version = "=0.2.0", optional = true }
thiserror = "1.0"
bitflags = "1.2"
bitflags = "2.2"

[dev-dependencies]
rand = "0.8.5"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ bitflags! {
}
}
bitflags! {
#[derive(Debug)]
/// Bit flags that describes the result of a solve call.
pub struct SolveResult: u32 {
/// The problem is satisfiable.
Expand Down

0 comments on commit 3a7437f

Please sign in to comment.