Dependency name change (#3)
songparser / Check (push) Successful in 4m36s
songparser / build (push) Successful in 2m30s
songparser / Rustfmt (push) Successful in 3m40s
songparser / Clippy (push) Successful in 5m16s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-07-21 15:30:18 -04:00
parent 9372b8ea07
commit 4da7cc7b1c
16 changed files with 187 additions and 177 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1.96.1 as builder
FROM rust:1.97 as builder
WORKDIR /usr/src/app