mirror of
https://git.alemi.dev/memo-cli.git
synced 2024-11-14 23:09:18 +01:00
update regex, bump vers a little
This commit is contained in:
parent
5d4c206b25
commit
784fc2686a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "memo-cli"
|
name = "memo-cli"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["alemidev <me@alemi.dev>"]
|
authors = ["alemidev <me@alemi.dev>"]
|
||||||
description = "A simple CLI tool to help you remember things"
|
description = "A simple CLI tool to help you remember things"
|
||||||
repository = "https://github.com/alemidev/memo-cli"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
regex = "1"
|
regex = "1.5.5"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
git-version = "0.3.5" # ughh just for git hash
|
git-version = "0.3.5" # ughh just for git hash
|
||||||
const_format = "0.2.22" # ughh just for git hash
|
const_format = "0.2.22" # ughh just for git hash
|
||||||
|
|
Loading…
Reference in a new issue