Bump to v0.4.0

This commit is contained in:
Dheepak Krishnamurthy 2020-07-28 17:59:56 -06:00
parent 5b3e42d69e
commit 5a2b9973c9
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -240,9 +240,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.73"
version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9"
checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
[[package]]
name = "lock_api"
@ -703,7 +703,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"chrono",
"crossterm",

View file

@ -1,6 +1,6 @@
[package]
name = "taskwarrior-tui"
version = "0.3.1"
version = "0.4.0"
license = "MIT"
description = "A Taskwarrior Terminal User Interface"
repository = "https://github.com/kdheepak/taskwarrior-tui/"