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"