Cache worker tests

This commit is contained in:
Artur Jamro
2019-09-17 16:38:21 -07:00
committed by Dan Gohman
parent 134bf467e7
commit 512b1196fd
8 changed files with 1039 additions and 131 deletions

View File

@@ -45,6 +45,7 @@ target-lexicon = { version = "0.8.1", default-features = false }
pretty_env_logger = "0.3.0"
rand = { version = "0.7.0", features = ["small_rng"] }
cranelift-codegen = { version = "0.44.0", features = ["enable-serde", "all-arch"] }
filetime = "0.2.7"
[features]
default = ["std"]