Skip to content

Commit

Permalink
update flac-bound to 0.4
Browse files Browse the repository at this point in the history
also updates libflac-sys to 0.3.1 and libflac to the current 1.4.3
  • Loading branch information
dheijl committed Nov 3, 2024
1 parent 0d39839 commit 02c98cb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
39 changes: 20 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ctrlc = { version = "3.4.5", features = ["termination"] }
dasp_sample = "0.11.0"
dirs = "5.0.1"
fastrand = "2.1.1"
flac-bound = { version = "0.3.0", default-features = false, features = [
flac-bound = { version = "0.4.0", default-features = false, features = [
"libflac-noogg",
] }
hashbrown = "0.15.0"
Expand Down Expand Up @@ -86,5 +86,5 @@ libc = "0.2.161"
#fltk = { git = "https://github.com/fltk-rs/fltk-rs" }
#tiny_http = { git = "https://github.com/tiny-http/tiny-http" }
#cpal = { git = "https://github.com/RustAudio/cpal" }
flac-bound = { git = "https://github.com/dheijl/flac-bound" }
#flac-bound = { git = "https://github.com/dheijl/flac-bound" }
#flac-bound = { git = "https://github.com/nabijaczleweli/flac-bound" }

0 comments on commit 02c98cb

Please sign in to comment.