mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-03 14:27:18 +00:00
lofty_attr: 0.8.0
This commit is contained in:
parent
51c526ef0e
commit
d1183c3ff7
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ byteorder = "1.4.3"
|
|||
# ID3 compressed frames
|
||||
flate2 = { version = "1.0.26", optional = true }
|
||||
# Proc macros
|
||||
lofty_attr = { path = "lofty_attr" }
|
||||
lofty_attr = "0.8.0"
|
||||
# Debug logging
|
||||
log = "0.4.17"
|
||||
# OGG Vorbis/Opus
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lofty_attr"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue