chore(deps): switch to git for built for pedantic clippy fix

This commit is contained in:
2025-03-11 18:43:24 -04:00
parent 7b6041989e
commit 0fbd632c59
2 changed files with 2 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ lto = true
strip = true
[build-dependencies]
built = { version = "0", features = ["git2"] }
built = { git = "https://github.com/lukaslueg/built", features = ["git2"] }
[dependencies]
anyhow = "1"