0.1.21 upd

This commit is contained in:
Michael Wain 2025-02-15 19:28:52 +03:00
parent 21b57a525b
commit 03883568aa
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "itunesdb"
version = "0.1.20"
version = "0.1.21"
edition = "2021"
authors = ["alterwain"]

View File

@ -3,7 +3,7 @@ pub mod objects;
pub mod xobjects;
pub mod deserializer;
pub mod serializer;
mod artworkdb;
pub mod artworkdb;
/*
[lib]
crate-type = ["staticlib", "cdylib", "lib"]