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
/bin/**
Cargo.lock

View File

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