Coverart save to filesystem #67

Merged
phoenix merged 4 commits from coverart_save_to_fs into coverart_changes 2025-10-11 20:30:39 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7f5155f2b1 - Show all commits

2
Cargo.lock generated
View File

@@ -142,7 +142,7 @@ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
[[package]]
name = "icarus_models"
version = "0.6.4"
version = "0.6.5"
dependencies = [
"josekit",
"rand",

View File

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