Skip to content

Commit

Permalink
Bump bitflags to v2 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Dec 20, 2024
1 parent 6cad99d commit 00e541b
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 @@ -21,7 +21,7 @@ include = [
]

[dependencies]
bitflags = "1.0"
bitflags = "2.0"
crc32fast = "1.2.0"
fdeflate = "0.3.3"
flate2 = "1.0"
Expand Down
1 change: 1 addition & 0 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ bitflags! {
const SCALE_16 = 0x8000; // read only
```
"]
#[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
pub struct Transformations: u32 {
/// No transformation
const IDENTITY = 0x00000; // read and write */
Expand Down

0 comments on commit 00e541b

Please sign in to comment.