diff options
author | Aleksey Kladov <[email protected]> | 2021-06-12 21:39:57 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-06-12 21:40:52 +0100 |
commit | 0463d76a1f7370ea113bbf252281402fabc2a02b (patch) | |
tree | 2898cf11df836457327495133e249f7fe6f7df5c /crates/mbe | |
parent | 124123a53bfbd32be5d63315885d2d5c9e3a1ee6 (diff) |
internal: cross-crate cov-marks
Diffstat (limited to 'crates/mbe')
-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 8856787c0..f3092d9aa 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 = { version = "1.1", features = ["thread-local"] } | 13 | cov-mark = "2.0.0-pre.1" |
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" |