aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2018-12-06 20:07:31 +0000
committerFlorian Diebold <[email protected]>2018-12-06 20:32:15 +0000
commit1dfd06fc8aadd5d621112716fe0e59aed5dfc767 (patch)
treeed92a2a5c5f3666cd68b04abc653fe455f83d49e /Cargo.lock
parent8e60e751cbcfa47c7bed788dfe2ab5cebfcb78b3 (diff)
Use json comparison code from cargo for heavy tests
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42a962cf6..4f46e26fb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1075,6 +1075,7 @@ version = "0.1.0"
1075dependencies = [ 1075dependencies = [
1076 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1076 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1077 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", 1077 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
1078 "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
1078 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1079 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1079] 1080]
1080 1081