Skip to content

Commit

Permalink
Revert to strum crate v0.24.1 (dependency problem)
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Nov 4, 2023
1 parent 992640a commit 9902513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish = true
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros"] }
dash-mpd = { version = "0.14.3", default-features = false, features = ["fetch", "compression", "rustls-tls", "scte35"] }
reqwest = { version = "0.11.20", default-features = false, features = ["gzip", "rustls-tls", "socks", "json"] }
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.24.1", features = ["derive"] }
colored = "2.0.4"
indicatif = "0.17.7"
clap = { version = "4.3.24", features = ["cargo", "unicode"] }
Expand Down
1 change: 0 additions & 1 deletion tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pub fn ffmpeg_approval(name: &Path) -> bool {
.output()
.expect("spawning ffmpeg");
let msg = String::from_utf8_lossy(&ffmpeg.stderr);
println!("FFMPEG stderr> {msg}");
msg.len() == 0
}

Expand Down

0 comments on commit 9902513

Please sign in to comment.