File cleanup post-parsing #37

Merged
phoenix merged 3 commits from cleanup_files into devel 2025-07-23 20:25:06 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9b33287479 - Show all commits

2
Cargo.lock generated
View File

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

View File

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