Refactoring #31

Merged
phoenix merged 3 commits from refactoring into devel 2025-06-29 22:08:24 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 913e39d9a6 - Show all commits

2
Cargo.lock generated
View File

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

View File

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