Version bump (#32)

Reviewed-on: #32
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-06-24 23:46:51 +00:00
committed by phoenix
parent cc02111508
commit 9c7eefe7af
3 changed files with 4 additions and 2 deletions
Generated
+1 -1
View File
@@ -81,7 +81,7 @@ dependencies = [
[[package]]
name = "icarus_meta"
version = "0.1.30"
version = "0.2.0"
dependencies = [
"lofty",
"tempfile",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "icarus_meta"
version = "0.1.30"
version = "0.2.0"
edition = "2024"
rust-version = "1.86"
+2
View File
@@ -0,0 +1,2 @@
Library to manage metadata of flac files, used in various icarus-related software
projects.