fix: update bitflags dependency and fix flippy warnings

This commit is contained in:
Mark Giraud
2023-07-18 12:35:33 +02:00
parent 239766aa66
commit 5a5b1bbb05
3 changed files with 28 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ exclude = [
path = "bindings/rust/src/lib.rs"
[dependencies]
bitflags = "1.3"
bitflags = "2.3.3"
libc = "0.2"
[build-dependencies]