Skip to content

Commit

Permalink
bump to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oppiliappan committed Jul 24, 2020
1 parent d7c303d commit bf98997
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 141 deletions.
192 changes: 56 additions & 136 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dijo"
version = "0.2.1"
version = "0.2.2"
authors = ["Akshay <nerdy@peppe.rs>"]
edition = "2018"
description = "Scriptable, curses-based, digital habit tracker"
Expand All @@ -23,10 +23,7 @@ notify = "4.0"
[dependencies.cursive]
version = "0.15"
default-features = false

[features]
unix = ["cursive/termion-backend"]
windows = ["cursive/crossterm-backend"]
features = ["pancurses-backend"]

[dependencies.chrono]
version = "0.4"
Expand Down

0 comments on commit bf98997

Please sign in to comment.