aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-09-07 13:31:43 +0100
committerFlorian Diebold <[email protected]>2019-09-07 13:31:43 +0100
commit60bdb66ef23f78d8c73afa1897a4542e7e722ed2 (patch)
treecc5dc599d3c369a4769c792a2c440749ed4b7771 /Cargo.lock
parent4ae4d9c311084e3092eb4c2d35e98f6c2c70315b (diff)
Lower bounds on trait definition, and resolve assoc types from super traits
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 f93f11a82..7f7de3bf4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1007,6 +1007,7 @@ dependencies = [
1007 "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", 1007 "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
1008 "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", 1008 "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
1009 "insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 1009 "insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1010 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1010 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 1011 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
1011 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1012 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1012 "once_cell 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1013 "once_cell 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",