fix: update Cargo.toml

This commit is contained in:
rzmk 2023-11-29 17:16:21 -05:00
parent 5399ac86d0
commit e7d3ea7d59
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "commit-helper"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"inquire",
]

View file

@ -1,6 +1,6 @@
[package]
name = "commit-helper"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
[[bin]]