Upgrade bitflags

This allows us to use some newer functionality (I forgot which one I ended
up using).
This commit is contained in:
Johannes Altmanninger
2023-09-15 11:56:03 +02:00
parent 1bfdc33f76
commit 3020c90856
10 changed files with 14 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ hexponent = { git = "https://github.com/fish-shell/hexponent", branch="fish" }
printf-compat = { git = "https://github.com/fish-shell/printf-compat.git", branch="fish" }
autocxx = "0.23.1"
bitflags = "1.3.2"
bitflags = "2.4.0"
cxx = "1.0"
errno = "0.2.8"
inventory = { version = "0.3.3", optional = true}