Bump to v0.13.6

This commit is contained in:
Dheepak Krishnamurthy 2021-04-04 09:42:29 -06:00
parent 7826c300df
commit 025f780093
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1371,7 +1371,7 @@ dependencies = [
[[package]] [[package]]
name = "taskwarrior-tui" name = "taskwarrior-tui"
version = "0.13.5" version = "0.13.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-std", "async-std",

View file

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