Compare commits
8
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ddedd1b2b
|
||
|
|
bfb8b4a571
|
||
|
|
7b95a14e9b
|
||
|
|
67f37b67bd
|
||
|
|
8711ff7f27
|
||
|
|
b9d987b85c
|
||
|
|
2c1998242f
|
||
|
|
5c87963b0e
|
Generated
+1
-1
@@ -478,7 +478,7 @@ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "simodels"
|
name = "simodels"
|
||||||
version = "0.11.5"
|
version = "0.11.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"josekit",
|
"josekit",
|
||||||
"rand",
|
"rand",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "simodels"
|
name = "simodels"
|
||||||
version = "0.11.5"
|
version = "0.11.4"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.95"
|
rust-version = "1.95"
|
||||||
description = "models used for the soaricarus project"
|
description = "models used for the soaricarus project"
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ pub struct CoverArt {
|
|||||||
pub directory: String,
|
pub directory: String,
|
||||||
pub filename: String,
|
pub filename: String,
|
||||||
pub file_type: String,
|
pub file_type: String,
|
||||||
pub file_key: String,
|
|
||||||
#[serde(skip)]
|
#[serde(skip)]
|
||||||
pub data: Vec<u8>,
|
pub data: Vec<u8>,
|
||||||
pub song_id: uuid::Uuid,
|
pub song_id: uuid::Uuid,
|
||||||
|
|||||||
Reference in New Issue
Block a user