Bump to v0.13.30

This commit is contained in:
Dheepak Krishnamurthy 2021-08-15 18:11:48 -06:00
parent ca0057e7ed
commit cba65eb4f7
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View file

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.16.0"
@ -1426,7 +1428,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.13.29"
version = "0.13.30"
dependencies = [
"anyhow",
"async-std",

View file

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