From 0f74d2e4fade23e9d45ac5891e50b5e461af47f7 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 27 Sep 2016 23:25:54 -0700 Subject: [PATCH] Update cargo.log --- Cargo.lock | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f812033..bd94de1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,42 +1,4 @@ [root] name = "j" -version = "0.1.1" -dependencies = [ - "brev 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "brev" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "glob" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "libc" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "rand" -version = "0.3.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "tempdir" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", -] +version = "0.1.2"