aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-12-06 20:57:04 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-12-06 20:57:04 +0000
commit66f656134f349f943905cfe44f5005263dc635f9 (patch)
tree513b56d0c4757f37fa318b964ac1f630e246680b /Cargo.lock
parent8e60e751cbcfa47c7bed788dfe2ab5cebfcb78b3 (diff)
parent29793e7de978c9f0fa2d46bad624fc49d2506b11 (diff)
Merge #261
261: Add heavy test for code actions r=matklad a=flodiebold Here's the test for the code actions; I didn't find anything fitting on crates.io ([assert-json-diff](https://crates.io/crates/assert-json-diff) looks kind of nice, but doesn't have anything like the wildcards), so I copied the cargo code as you suggested. Co-authored-by: Florian Diebold <[email protected]>
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