Skip to content

Commit

Permalink
build: upgrade bitflags dependency to 2.8
Browse files Browse the repository at this point in the history
- Update bitflags dependency from 2.6 to 2.8 in Cargo.toml
  • Loading branch information
ShenMian committed Jan 21, 2025
1 parent 33042db commit 08740f2
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 @@ -12,7 +12,7 @@ categories = ["games"]

[dependencies]
soukoban = { git = "https://github.com/ShenMian/soukoban" }
bitflags = "2.6"
bitflags = "2.8"
nalgebra = "0.33"
itertools = "0.14"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 08740f2

Please sign in to comment.