From bf98997f0d3b5958dba178666d8142962374d021 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 24 Jul 2020 10:56:36 +0530 Subject: bump to v0.2.2 --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6443a4b..bca5f39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dijo" -version = "0.2.1" +version = "0.2.2" authors = ["Akshay "] edition = "2018" description = "Scriptable, curses-based, digital habit tracker" @@ -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" -- cgit v1.2.3