Coverart s3 (#5)
simodels Build / build (push) Successful in 1m17s
Release Tagging / release (push) Successful in 1m48s
simodels Build / Clippy (push) Successful in 1m51s
simodels Build / Check (push) Successful in 1m52s
simodels Build / Test Suite (push) Successful in 1m53s
simodels Build / Rustfmt (push) Successful in 2m1s

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-08-15 10:31:56 -04:00
parent d6d7197419
commit 94d97cb81d
3 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -478,7 +478,7 @@ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
[[package]]
name = "simodels"
version = "0.11.4"
version = "0.11.5"
dependencies = [
"josekit",
"rand",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "simodels"
version = "0.11.4"
version = "0.11.5"
edition = "2024"
rust-version = "1.95"
description = "models used for the soaricarus project"
+1
View File
@@ -12,6 +12,7 @@ pub struct CoverArt {
pub directory: String,
pub filename: String,
pub file_type: String,
pub file_key: String,
#[serde(skip)]
pub data: Vec<u8>,
pub song_id: uuid::Uuid,