Properly initialize file_per_thread_logger for rayon thread pool (#211)

* Properly initialize file_per_thread_logger for rayon thread pool
This commit is contained in:
Artur Jamro
2019-07-23 14:53:48 -07:00
committed by Dan Gohman
parent 1aff03a5b4
commit 794841b366
6 changed files with 47 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ lightbeam = { path = "../lightbeam", optional = true }
failure = { version = "0.1.3", default-features = false }
failure_derive = { version = "0.1.3", default-features = false }
indexmap = "1.0.2"
rayon = "1.0"
rayon = "1.1"
[features]
default = ["std"]