Invalidate Caches based on the received input (#1067)

* Invalidate Caches based on the received input

* Add comments

* Fix missing *
This commit is contained in:
Dennis Kobert
2023-03-03 20:35:28 +01:00
committed by Keavon Chambers
parent ccb698ffa8
commit 4ea3802df1
3 changed files with 53 additions and 18 deletions
Generated
+7
View File
@@ -359,6 +359,12 @@ dependencies = [
"dyn-any",
]
[[package]]
name = "boxcar"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38c99613cb3cd7429889a08dfcf651721ca971c86afa30798461f8eee994de47"
[[package]]
name = "brotli"
version = "3.3.4"
@@ -1663,6 +1669,7 @@ dependencies = [
"autoquant",
"bezier-rs",
"borrow_stack",
"boxcar",
"bytemuck",
"compilation-client",
"dyn-any",