aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-05-12 16:53:44 +0100
committerFlorian Diebold <[email protected]>2019-06-15 17:21:23 +0100
commit49489dc20cc9f340d43acb467677b9bc59495ed2 (patch)
treee8e76acb07e646957a20c8ce5262d893ea7b7b03 /Cargo.lock
parent6f946f96563bac1f214f86f463287d94968e3688 (diff)
Add basic infrastructure for assoc type projection
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 03b5794fa..42b8ce7c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1079,6 +1079,7 @@ dependencies = [
1079 "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", 1079 "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
1080 "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 1080 "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1081 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1081 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1082 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
1082 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1083 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1083 "once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1084 "once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1084 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1085 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",