aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-23 18:09:28 +0100
committerAkshay <[email protected]>2020-07-23 18:09:28 +0100
commit2f47f50b0382491099391185c6a2702b1370b206 (patch)
treefd8ed91e0785cf78ec39c3d1ff1b573b7ee234ee /Cargo.toml
parent91cb3ebf5b3af666b13f4821ff25f219fdccd7b9 (diff)
remove dependency on rustc v1.45, bump to v0.2.1v0.2.1
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 a0872ce..f4a31c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "dijo" 2name = "dijo"
3version = "0.2.0" 3version = "0.2.1"
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"