Update bitflags
This commit is contained in:
parent
b8ac80562a
commit
189c3199a0
4 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -890,7 +890,7 @@ dependencies = [
|
|||
"ansi-parser",
|
||||
"async-recursion",
|
||||
"bincode",
|
||||
"bitflags 1.3.2",
|
||||
"bitflags 2.5.0",
|
||||
"clap",
|
||||
"color-eyre",
|
||||
"colors-transform",
|
||||
|
@ -3044,7 +3044,7 @@ name = "sdk"
|
|||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"async-recursion",
|
||||
"bitflags 1.3.2",
|
||||
"bitflags 2.5.0",
|
||||
"byteorder",
|
||||
"color-eyre",
|
||||
"csv-async",
|
||||
|
|
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||
ansi-parser = "0.9.0"
|
||||
async-recursion = "1.0.5"
|
||||
bincode = "1.3.3"
|
||||
bitflags = "1.3.2"
|
||||
bitflags = "2.5.0"
|
||||
clap = { version = "4.0.15", features = ["color", "derive", "std", "cargo", "string", "unicode"] }
|
||||
color-eyre = "0.6.2"
|
||||
colors-transform = "0.2.11"
|
||||
|
|
|
@ -4,7 +4,7 @@ version = "0.3.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.3.2"
|
||||
bitflags = "2.5.0"
|
||||
byteorder = "1.4.3"
|
||||
color-eyre = "0.6.2"
|
||||
csv-async = { version = "1.2.4", features = ["tokio", "serde"] }
|
||||
|
|
|
@ -501,7 +501,7 @@ impl BundleFileVariant {
|
|||
}
|
||||
|
||||
bitflags! {
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Clone, Copy, Debug)]
|
||||
pub struct Properties: u32 {
|
||||
const DATA = 0b100;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue