Skip to content

Commit

Permalink
Bump ffmpeg-next version and new bliss version
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed May 30, 2024
1 parent c932b06 commit 35ad57f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## bliss 0.7.1
* Bump rust-ffmpeg to 7.0.2, to allow building on FreeBSD systems.

## bliss 0.7.0
* Make ffmpeg an optional dependency, to decouple bliss from ffmpeg:
- Remove Song::from_path
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde = ["dep:serde", "extended-isolation-forest/serde"]
# Until https://github.com/aubio/aubio/issues/336 is somehow solved
# Hopefully we'll be able to use the official aubio-rs at some point.
bliss-audio-aubio-rs = "0.2.2"
ffmpeg-next = { version = "7.0.1", optional = true }
ffmpeg-next = { version = "7.0.2", optional = true }
ffmpeg-sys-next = { version = "7.0.0", optional = true, default-features = false }
log = "0.4.17"
# `rayon` is used only by `par_mapv_inplace` in chroma.rs.
Expand Down

0 comments on commit 35ad57f

Please sign in to comment.