Wipe data from song queue #35

Merged
phoenix merged 6 commits from wipe_data_from_song_queue into devel 2025-07-15 19:49:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 53cf887635 - Show all commits

2
Cargo.lock generated
View File

@@ -1255,7 +1255,7 @@ dependencies = [
[[package]]
name = "songparser"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"futures",
"icarus_envy",

View File

@@ -1,6 +1,6 @@
[package]
name = "songparser"
version = "0.2.1"
version = "0.2.2"
edition = "2024"
rust-version = "1.88"