aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-21 22:16:33 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-21 22:16:33 +0000
commit5a753b39c77a82d354aadd4dc9683dab476f59d9 (patch)
tree618a40c72526213a7b255e3836f35339dc5e0dc4 /Cargo.lock
parent79720549beb3050692ace15ee97785da60972fd9 (diff)
parenta2521106163d3aaeeecfb28cae42d6aba99bba3f (diff)
Merge #590
590: Use insta for ty tests r=matklad a=flodiebold 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 490299b4b..5689cecb4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -718,6 +718,7 @@ dependencies = [
718 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 718 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
719 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 719 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
720 "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", 720 "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
721 "insta 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
721 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 722 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
722 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 723 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
723 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 724 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",