Commit graph

3 commits

Author SHA1 Message Date
goose
6d58730128 fix(ci): regenerate Cargo.lock to fix dependency parsing issue
Some checks failed
Lint, Build, and Docker / format (push) Successful in 43s
Lint, Build, and Docker / clippy (push) Failing after 47s
Lint, Build, and Docker / build (push) Has been skipped
Lint, Build, and Docker / docker-build (push) Has been skipped
- Remove old Cargo.lock with incompatible dependency versions
- Run 'cargo update' to regenerate with compatible versions
- Fixes 'time-macros-0.2.27' parsing error in CI
- Clippy now passes cleanly with no warnings
- Dependencies updated to latest compatible versions
2026-03-17 23:05:07 -03:00
goose
1e9ca98c92 fix: Remove Cargo.lock from Dockerfile copy to avoid missing file error
Some checks failed
Lint and Build / Lint (push) Failing after 45s
Lint and Build / Build (push) Has been skipped
Lint and Build / Docker Build (push) Has been skipped
2026-02-22 00:11:43 -03:00
goose
fce388bdf7 refactor: Move docker-compose.dev.yml to backend/ directory for better organization
Some checks failed
Lint and Build / Lint (push) Failing after 5s
Lint and Build / Build (push) Has been skipped
Lint and Build / Docker Build (push) Has been skipped
2026-02-20 13:36:03 -03:00