diff options
author | Laurențiu Nicola <[email protected]> | 2021-03-15 14:02:50 +0000 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-03-15 14:02:50 +0000 |
commit | 88cee24c6c473be62ed84f35639949f7a343aab0 (patch) | |
tree | 07eb965e57056006837ebe6b38a7006613b27256 /crates/mbe/Cargo.toml | |
parent | 3962b0d53c8da6e3f95f54395d266cb99562bd47 (diff) |
Enable thread-local coverage marks
Diffstat (limited to 'crates/mbe/Cargo.toml')
-rw-r--r-- | crates/mbe/Cargo.toml | 2 |
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" | |||
10 | doctest = false | 10 | doctest = false |
11 | 11 | ||
12 | [dependencies] | 12 | [dependencies] |
13 | cov-mark = "1.1" | 13 | cov-mark = { version = "1.1", features = ["thread-local"] } |
14 | rustc-hash = "1.1.0" | 14 | rustc-hash = "1.1.0" |
15 | smallvec = "1.2.0" | 15 | smallvec = "1.2.0" |
16 | log = "0.4.8" | 16 | log = "0.4.8" |