From 5648801064049b3847302b5142bc7e13dcf9eec4 Mon Sep 17 00:00:00 2001 From: Jai Chopra Date: Wed, 22 Mar 2023 13:36:44 -0700 Subject: [PATCH] rm Cargo.lock --- .gitignore | 3 ++- rust/Cargo.lock | 7 ------- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 rust/Cargo.lock diff --git a/.gitignore b/.gitignore index ff48bc56..82273582 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.egg-info **/__pycache__ -rust/target \ No newline at end of file +rust/target +rust/Cargo.lock \ No newline at end of file diff --git a/rust/Cargo.lock b/rust/Cargo.lock deleted file mode 100644 index 470b46a1..00000000 --- a/rust/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "lancedb" -version = "0.0.1"