-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
657add1
commit cd86aaa
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lofty" | ||
version = "0.19.2" | ||
version = "0.20.0" | ||
authors = ["Serial <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -13,18 +13,18 @@ include = ["src", "LICENSE-APACHE", "LICENSE-MIT", "SUPPORTED_FORMATS.md"] | |
|
||
[dependencies] | ||
# Vorbis comments pictures | ||
data-encoding = "2.5.0" | ||
data-encoding = "2.6.0" | ||
byteorder = { workspace = true } | ||
# ID3 compressed frames | ||
flate2 = { version = "1.0.28", optional = true } | ||
flate2 = { version = "1.0.30", optional = true } | ||
# Proc macros | ||
lofty_attr = { path = "../lofty_attr" } | ||
lofty_attr = "0.11.0" | ||
# Debug logging | ||
log = "0.4.21" | ||
# OGG Vorbis/Opus | ||
ogg_pager = "0.6.1" | ||
# Key maps | ||
paste = "1.0.14" | ||
paste = "1.0.15" | ||
|
||
[features] | ||
default = ["id3v2_compression_support"] | ||
|