mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-01 14:58:42 +00:00
Update to bitflags 0.8
This commit is contained in:
parent
b3e01add5c
commit
2b799910fc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
url = "1.1"
|
url = "1.1"
|
||||||
bitflags = "0.7"
|
bitflags = "0.8"
|
||||||
slog = { version = "1.3", features = ["max_level_trace"] }
|
slog = { version = "1.3", features = ["max_level_trace"] }
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
byteorder = "1.0"
|
byteorder = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue