update regex, bump vers a little

This commit is contained in:
əlemi 2022-03-16 02:08:53 +01:00
parent 5d4c206b25
commit 784fc2686a
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

@ -1,6 +1,6 @@
[package]
name = "memo-cli"
version = "0.1.0"
version = "0.1.1"
authors = ["alemidev <me@alemi.dev>"]
description = "A simple CLI tool to help you remember things"
repository = "https://github.com/alemidev/memo-cli"
@ -9,7 +9,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
regex = "1.5.5"
chrono = "0.4.19"
git-version = "0.3.5" # ughh just for git hash
const_format = "0.2.22" # ughh just for git hash