mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Bump to v0.4.0
This commit is contained in:
parent
5b3e42d69e
commit
5a2b9973c9
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -240,9 +240,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.73"
|
version = "0.2.74"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9"
|
checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lock_api"
|
name = "lock_api"
|
||||||
|
@ -703,7 +703,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "taskwarrior-tui"
|
name = "taskwarrior-tui"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"crossterm",
|
"crossterm",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "taskwarrior-tui"
|
name = "taskwarrior-tui"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
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/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue