aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-03-15 14:02:50 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-03-15 14:02:50 +0000
commit88cee24c6c473be62ed84f35639949f7a343aab0 (patch)
tree07eb965e57056006837ebe6b38a7006613b27256 /crates/mbe
parent3962b0d53c8da6e3f95f54395d266cb99562bd47 (diff)
Enable thread-local coverage marks
Diffstat (limited to 'crates/mbe')
-rw-r--r--crates/mbe/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index 139214207..8856787c0 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
10doctest = false 10doctest = false
11 11
12[dependencies] 12[dependencies]
13cov-mark = "1.1" 13cov-mark = { version = "1.1", features = ["thread-local"] }
14rustc-hash = "1.1.0" 14rustc-hash = "1.1.0"
15smallvec = "1.2.0" 15smallvec = "1.2.0"
16log = "0.4.8" 16log = "0.4.8"