Skip to content

Commit

Permalink
Work around noisy_float bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jun 11, 2022
1 parent e227697 commit 47e71bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ quick-error = "2.0.1"
dunce = { version = "1.0.2", optional = true }
crossbeam-channel = "0.5.2"
loop9 = "0.1.3"
# noisy-float 0.2 bug
num-traits = { version = "0.2.14", features = ["i128", "std"] }

[dependencies.ffmpeg]
package = "ffmpeg-next"
Expand Down

0 comments on commit 47e71bc

Please sign in to comment.