tsk-72: Separating directory and filename from path in coverart #74

Merged
phoenix merged 9 commits from tsk-72 into next-v0.8 2025-10-19 00:48:50 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d3510a1dd2 - Show all commits

2
Cargo.lock generated
View File

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

View File

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