tsk-83: Add None value for MusicTypes and CoverArtTypes #87

Merged
phoenix merged 6 commits from tsk-83 into main 2025-10-28 17:05:14 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a06edb7e83 - Show all commits

2
Cargo.lock generated
View File

@@ -149,7 +149,7 @@ checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
[[package]]
name = "icarus_models"
version = "0.8.3"
version = "0.8.4"
dependencies = [
"josekit",
"rand",

View File

@@ -1,6 +1,6 @@
[package]
name = "icarus_models"
version = "0.8.3"
version = "0.8.4"
edition = "2024"
rust-version = "1.90"
description = "models used for the icarus project"