HIGHLY optimize partial regen of values

This commit is contained in:
Simon Gardling
2022-05-24 14:04:02 -04:00
parent 4b29ce9333
commit ab8652ee3e
7 changed files with 99 additions and 211 deletions

12
Cargo.lock generated
View File

@@ -2373,17 +2373,6 @@ 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"
@@ -2816,7 +2805,6 @@ dependencies = [
"tracing",
"tracing-subscriber",
"tracing-wasm",
"unzip-n",
"wasm-bindgen",
"web-sys",
"wee_alloc",