Stamped rust version (#14)
Some checks failed
Release Tagging / release (push) Successful in 27s
Rust Build / Check (push) Failing after 25s
Rust Build / Check (pull_request) Failing after 24s
Rust Build / Test Suite (push) Failing after 23s
Rust Build / Rustfmt (push) Successful in 22s
Rust Build / Clippy (push) Failing after 24s
Rust Build / build (push) Failing after 26s
Rust Build / Test Suite (pull_request) Failing after 25s
Rust Build / Rustfmt (pull_request) Successful in 20s
Rust Build / Clippy (pull_request) Failing after 24s
Rust Build / build (pull_request) Failing after 23s

Reviewed-on: #14
Co-authored-by: kdeng00 <kundeng00@pm.me>
Co-committed-by: kdeng00 <kundeng00@pm.me>
This commit is contained in:
2025-05-28 23:28:28 +00:00
committed by phoenix
parent d1610d1331
commit b41933e05e

View File

@@ -2,6 +2,7 @@
name = "songparser"
version = "0.1.0"
edition = "2024"
rust-version = "1.86"
[dependencies]
tokio = { version = "1.44.1", features = ["full"] }