ignore Cargo.lock

change version number
This commit is contained in:
Christoph J. Scherr 2023-02-11 19:18:10 +01:00
parent fcc1f33e7b
commit 9d1a7f7b71
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target /target
/bin/** /bin/**
Cargo.lock

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rust_command_line_calculator" name = "rust_command_line_calculator"
version = "0.1.1" version = "0.1.2"
edition = "2021" edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "GPL3" license = "GPL3"