Update to log 0.4.4.

This commit is contained in:
Dan Gohman
2018-08-17 12:04:01 -07:00
parent ae1a17f6b3
commit ad170c7412
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ cranelift-codegen = { path = "../codegen", version = "0.19.0", default-features
cranelift-entity = { path = "../entity", version = "0.19.0", default-features = false }
hashmap_core = { version = "0.1.9", optional = true }
failure = "0.1.1"
log = { version = "0.4.3", default-features = false, features = ["release_max_level_warn"] }
log = { version = "0.4.4", default-features = false, features = ["release_max_level_warn"] }
[features]
default = ["std"]