From 04831fae5a51becf99bfb68562a393a28b5f2866 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sun, 24 Jul 2022 10:53:15 +0300 Subject: Ignore Cargo.lock --- .gitignore | 4 +++- Cargo.lock | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3d77d1f..b117c05 100755 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ target/ **/*.rs.bk # MSVC Windows builds of rustc generate these, which store debugging information -*.pdb \ No newline at end of file +*.pdb + +Cargo.lock diff --git a/Cargo.lock b/Cargo.lock index b5cbc7b..f1ccc9d 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.5.3" +version = "1.5.1" dependencies = [ "anyhow", "chrono", -- cgit 1.4.1