This commit is contained in:
aaron-jack-manning 2022-09-05 11:31:15 +10:00
parent 42f0527fbd
commit 33114d5eb2
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -775,7 +775,7 @@ dependencies = [
[[package]] [[package]]
name = "toru" name = "toru"
version = "0.4.2" version = "0.4.3"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "toru" name = "toru"
version = "0.4.2" version = "0.4.3"
edition = "2021" edition = "2021"
authors = ["Aaron Manning <contact@aaronmanning.net>"] authors = ["Aaron Manning <contact@aaronmanning.net>"]
license = "GPL-2.0-only" license = "GPL-2.0-only"

View File

@ -37,7 +37,7 @@ which will create an executable at `/target/release/toru`.
Simply type `toru` in terminal to display help information for each command: Simply type `toru` in terminal to display help information for each command:
``` ```
toru 0.4.2 toru 0.4.3
Aaron Manning <contact@aaronmanning.net> Aaron Manning <contact@aaronmanning.net>
A command line task manager. A command line task manager.