Skip to content

Commit

Permalink
Update bool_to_bitflags to fix compilation without unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed May 23, 2024
1 parent 61c65af commit bda6e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ zeroize = { version = "1.7" } # Not used in serenity, but bumps the minimal vers
arrayvec = { version = "0.7.4", features = ["serde"] }
serde_cow = { version = "0.1.0" }
small-fixed-array = { version = "0.4", features = ["serde"] }
bool_to_bitflags = { version = "0.1.0" }
bool_to_bitflags = { version = "0.1.2" }
nonmax = { version = "0.5.5", features = ["serde"] }
strum = { version = "0.26", features = ["derive"] }
to-arraystring = "0.1.0"
Expand Down

0 comments on commit bda6e4e

Please sign in to comment.