We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c526e commit d1183c3Copy full SHA for d1183c3
Cargo.toml
@@ -18,7 +18,7 @@ byteorder = "1.4.3"
18
# ID3 compressed frames
19
flate2 = { version = "1.0.26", optional = true }
20
# Proc macros
21
-lofty_attr = { path = "lofty_attr" }
+lofty_attr = "0.8.0"
22
# Debug logging
23
log = "0.4.17"
24
# OGG Vorbis/Opus
lofty_attr/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lofty_attr"
3
-version = "0.7.0"
+version = "0.8.0"
4
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
0 commit comments