From e5f473b4278449f4ffe4f7079108a782ea4365e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20K=C3=A5re=20Alsaker?= Date: Mon, 28 May 2018 16:33:54 +0200 Subject: [PATCH] Remove Cargo.lock --- .gitignore | 1 + Cargo.lock | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 Cargo.lock diff --git a/.gitignore b/.gitignore index 53eaa21..84c47ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target **/*.rs.bk +/Cargo.lock diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 90e6500..0000000 --- a/Cargo.lock +++ /dev/null @@ -1,14 +0,0 @@ -[[package]] -name = "byteorder" -version = "1.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "rustc-hash" -version = "1.0.0" -dependencies = [ - "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[metadata] -"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"