From 03883568aa564abe9568ea7915f10d86b5212a89 Mon Sep 17 00:00:00 2001 From: "alterwain@protonmail.com" Date: Sat, 15 Feb 2025 19:28:52 +0300 Subject: [PATCH] 0.1.21 upd --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 332f0ca..5f0c734 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itunesdb" -version = "0.1.20" +version = "0.1.21" edition = "2021" authors = ["alterwain"] diff --git a/src/lib.rs b/src/lib.rs index aa83aeb..bc49737 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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"]