crate: fix dependencies version
This commit is contained in:
parent
2e054ed1c3
commit
67009f0f17
@ -82,11 +82,11 @@ software-resampling = ["ffmpeg-sys/swresample"]
|
|||||||
software-scaling = ["ffmpeg-sys/swscale", "codec"]
|
software-scaling = ["ffmpeg-sys/swscale", "codec"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.1"
|
libc = "0.2"
|
||||||
bitflags = "0.3"
|
bitflags = "0.3"
|
||||||
|
|
||||||
[dependencies.image]
|
[dependencies.image]
|
||||||
version = "*"
|
version = "0.4"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.ffmpeg-sys]
|
[dependencies.ffmpeg-sys]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user