Skip to content

Commit

Permalink
Use rusty_ffmpeg with ffmpeg6
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jan 1, 2024
1 parent 2cf7aa2 commit 550e989
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 @@ -14,7 +14,7 @@ exclude = ["tests/*", "examples/*", "utils/*"]
rust-version = "1.70.0"

[dependencies]
rusty_ffmpeg = "0.13.3"
rusty_ffmpeg = { version = "0.13.3", features = ["ffmpeg6"] }
libc = "0.2"
paste = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit 550e989

Please sign in to comment.