Remove logging levels restrictions (#538)
* Fixes #537: Remove release mode logging levels restrictions; * Add information about log's logging levels in the README;
This commit is contained in:
committed by
Dan Gohman
parent
e8fc612dc2
commit
0b3d3ac880
@@ -14,7 +14,7 @@ cranelift-codegen = { path = "../codegen", version = "0.22.0", default-features
|
||||
cranelift-entity = { path = "../entity", version = "0.22.0", default-features = false }
|
||||
hashmap_core = { version = "0.1.9", optional = true }
|
||||
failure = "0.1.1"
|
||||
log = { version = "0.4.4", default-features = false, features = ["release_max_level_warn"] }
|
||||
log = { version = "0.4.4", default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user