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

This commit is contained in:
Ryan 2025-03-11 18:43:24 -04:00
parent 7b6041989e
commit 0fbd632c59
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -937,8 +937,7 @@ dependencies = [
[[package]] [[package]]
name = "built" name = "built"
version = "0.7.7" version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/lukaslueg/built#9468c3a117265cc5976bb82631861aa133f32aec"
checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
dependencies = [ dependencies = [
"git2", "git2",
] ]

View File

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