Skip to content

Commit

Permalink
Upgrade to lofty v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 6, 2025
1 parent b6b4e2f commit 02f0f6e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
26 changes: 14 additions & 12 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 @@ derive_more = "1.0.0"
diesel = { version = "2.2.6", default-features = false, features = ["sqlite"] }
digest = "0.10.7"
image = "0.25.5"
jiff = "0.1.19"
jiff = "0.1.21"
log = "0.4.22"
mime = "0.3.17"
nonicle = "0.1.1"
Expand Down
4 changes: 2 additions & 2 deletions crates/media-file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ data-encoding.workspace = true
digest.workspace = true
image = { workspace = true, features = ["default-formats"] }
kmeans_colors = { version = "0.6.0", default-features = false, features = ["palette_color"] }
#lofty = "0.22.0"
lofty = "0.22.0"
# Use main branch of lofty-rs for testing unreleased features.
lofty = { git = "https://github.com/Serial-ATA/lofty-rs", branch = "main" }
#lofty = { git = "https://github.com/Serial-ATA/lofty-rs", branch = "main" }
log.workspace = true
mime.workspace = true
mime_guess = "2.0.5"
Expand Down

0 comments on commit 02f0f6e

Please sign in to comment.