From 9d1a7f7b71665f2bb05c1a20262fe0c752d1f3f9 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 11 Feb 2023 19:18:10 +0100 Subject: [PATCH] ignore Cargo.lock change version number --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 96a4b3b..4f9eabe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target /bin/** +Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index 6aa94c1..39f80cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_command_line_calculator" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Christoph J. Scherr "] license = "GPL3"