chore(deps): switch to git for built for pedantic clippy fix
This commit is contained in:
parent
7b6041989e
commit
0fbd632c59
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -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",
|
||||||
]
|
]
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user