diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 14:13:06 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 14:13:06 +0100 |
commit | 3cf841e1bc2bf354c180dc80fb394c0e0a843965 (patch) | |
tree | f01cf9c3589ae920c50696ce244c98b2454834b3 /Cargo.lock | |
parent | 6b88735fe6cd3b259816c7c90a2675ee057c9e4c (diff) | |
parent | b6a854e161cc122e6d9ae12084b6a1d1f4d0f241 (diff) |
Merge #1352
1352: Builtins r=matklad a=matklad
closes #1340
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index b56586ac1..e38fa0ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1084,6 +1084,7 @@ dependencies = [ | |||
1084 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1084 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1085 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1085 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1086 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1086 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1087 | "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1087 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1088 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 | "ra_arena 0.1.0", | 1089 | "ra_arena 0.1.0", |
1089 | "ra_db 0.1.0", | 1090 | "ra_db 0.1.0", |