From da85d76a0d717ebd44d18b27acd5f1412861f6f1 Mon Sep 17 00:00:00 2001 From: chenqiuhao1997 Date: Thu, 4 Oct 2018 21:02:41 +0800 Subject: [PATCH] Delete Cargo.lock --- crate/bit-allocator/Cargo.lock | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 crate/bit-allocator/Cargo.lock diff --git a/crate/bit-allocator/Cargo.lock b/crate/bit-allocator/Cargo.lock deleted file mode 100644 index bbeb945..0000000 --- a/crate/bit-allocator/Cargo.lock +++ /dev/null @@ -1,14 +0,0 @@ -[[package]] -name = "bit-allocator" -version = "0.1.0" -dependencies = [ - "bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "bit_field" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed8765909f9009617974ab6b7d332625b320b33c326b1e9321382ef1999b5d56"