Skip to content

Commit

Permalink
Fix Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed Mar 7, 2020
1 parent 1ae7746 commit 11fe490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ before_install:

script: |
travis_wait cargo build --verbose --features "build"
travis_wait cargo build --examples --verbose --features="build"
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ optional = true

[dependencies.ffmpeg4-sys]
version = "4.2"
default-features = false
# Temporary change it
git = "https://github.com/bacek/rust-ffmpeg4-sys"
branch = "release/4.2"
default-features = false

0 comments on commit 11fe490

Please sign in to comment.