aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-01-21 21:52:35 +0000
committerFlorian Diebold <[email protected]>2019-01-21 21:52:35 +0000
commita2521106163d3aaeeecfb28cae42d6aba99bba3f (patch)
tree4ade9a3c88710600ca4375ea5f1790e6a23eabc4 /Cargo.lock
parent0d2cb60f93c5e73c0171e83fef36b696cc5dd4ff (diff)
Use insta for ty 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 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)",