From 0fbd632c59f0790c7b0aba77116d9eb69377a9b4 Mon Sep 17 00:00:00 2001
From: ErrorNoInternet <errornointernet@envs.net>
Date: Tue, 11 Mar 2025 18:43:24 -0400
Subject: [PATCH] chore(deps): switch to git for built for pedantic clippy fix

---
 Cargo.lock | 3 +--
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 7684eb3..7a3bcde 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -937,8 +937,7 @@ dependencies = [
 [[package]]
 name = "built"
 version = "0.7.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
+source = "git+https://github.com/lukaslueg/built#9468c3a117265cc5976bb82631861aa133f32aec"
 dependencies = [
  "git2",
 ]
diff --git a/Cargo.toml b/Cargo.toml
index 343eea5..589a1c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"