feat: use lockfiles to dedup recompilation
This commit is contained in:
parent
e6d67ecde0
commit
7233c2f26f
4 changed files with 90 additions and 25 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -483,6 +483,16 @@ dependencies = [
|
|||
"percent-encoding",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fs4"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7"
|
||||
dependencies = [
|
||||
"rustix",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "getrandom"
|
||||
version = "0.2.12"
|
||||
|
|
@ -1329,6 +1339,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"cc",
|
||||
"dirs",
|
||||
"fs4",
|
||||
"libloading",
|
||||
"once_cell",
|
||||
"regex",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue