aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-31 14:16:02 +0000
committerAleksey Kladov <[email protected]>2019-01-31 20:23:30 +0000
commit59347388541388347e86de9718bd69994c113203 (patch)
treea0d1a61062a0e247526ee3b44545cd20df26fc91 /Cargo.lock
parentbe03aa5ee79241a6d22a79625e37f2ce5559a345 (diff)
first test sort-of passes
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 b48721622..a9bc80c40 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1022,6 +1022,7 @@ dependencies = [
1022name = "ra_macros" 1022name = "ra_macros"
1023version = "0.1.0" 1023version = "0.1.0"
1024dependencies = [ 1024dependencies = [
1025 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1025 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1026 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1026 "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1027 "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1027] 1028]