Bump log and file-per-thread-logger;

This commit is contained in:
Benjamin Bouvier
2019-01-03 15:55:33 +01:00
committed by Dan Gohman
parent 813810008b
commit c78a9a4a7c
6 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.26.0", default-features = false }
target-lexicon = { version = "0.2.0", default-features = false }
log = { version = "0.4.4", default-features = false }
log = { version = "0.4.6", default-features = false }
hashmap_core = { version = "0.1.9", optional = true }
[features]