Skip to content

Commit

Permalink
fix: Update id3 crate (#875)
Browse files Browse the repository at this point in the history
fix: Update id3 crate.

New update has these fixes:
polyfloyd/rust-id3#150
polyfloyd/rust-id3#149
polyfloyd/rust-id3#148
  • Loading branch information
cdmurph32 authored Jan 24, 2025
1 parent 00263a1 commit e073afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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.

3 changes: 1 addition & 2 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ extfmt = "0.1.1"
ed25519-dalek = "2.1.1"
quick-xml = "0.37.1"
hex = "0.4.3"
# Version 1.13.0 doesn't compile under Rust < 1.75, pinning to 1.12.0
id3 = "=1.14.0"
id3 = "=1.16.1"
img-parts = "0.3.2"
jfifdump = "0.6.0"
log = "0.4.8"
Expand Down

0 comments on commit e073afc

Please sign in to comment.