aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-01-27 03:25:37 +0000
committerAkshay <[email protected]>2021-01-27 03:25:37 +0000
commitad5bf181a176e64c9f70a292cad870e6e8110f09 (patch)
treefb13a908a88c66f6dba994dbd8350fb88b498d7e /Cargo.toml
parent0a00129947bcc8dd70de01c0a4ef54832515fdc7 (diff)
bump to v0.2.5v0.2.5
- fixes installation from crates.io - bump cursive to v0.16
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d74c940..5a0cd47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "dijo" 2name = "dijo"
3version = "0.2.4" 3version = "0.2.5"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5edition = "2018" 5edition = "2018"
6description = "Scriptable, curses-based, digital habit tracker" 6description = "Scriptable, curses-based, digital habit tracker"