more efficient partial regen loop

This commit is contained in:
Simon Gardling
2022-05-13 09:47:08 -04:00
parent 76876eefac
commit 82ef9c24a6
3 changed files with 53 additions and 33 deletions

12
Cargo.lock generated
View File

@@ -2340,6 +2340,17 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
[[package]]
name = "unzip-n"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "url"
version = "2.2.2"
@@ -2787,6 +2798,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"tracing-wasm",
"unzip-n",
"uuid 1.0.0",
"wasm-bindgen",
"web-sys",