taskwarrior
taskwarrior copied to clipboard
Taskwarrior - Command line Task Management
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.20 to 0.4.21. Release notes Sourced from chrono's releases. 0.4.21 is a bugfix release that mainly fixes one regression from 0.4.20: Fall back to UTC in case...
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.127 to 0.2.129. Release notes Sourced from libc's releases. 0.2.129 What's Changed Bump up to v0.2.129 by @JohnTitor in rust-lang/libc#2867 Full Changelog: https://github.com/rust-lang/libc/compare/0.2.128...0.2.129 0.2.128 This version has...
10s is gone in an instant in a busy CI box, which is probably why this test is failing on Macs. Fixes #2910. #### Additional information... - [x] I changed...
``` ok 1 - urgency.t: 837: Verify urgency goes to zero after unblocking ok 2 - urgency.t: Verify urgency calculations involving active tasks ok 3 - urgency.t: Verify all tasks...
Virtual tags should have parity with real tags when searched using `tags:` filter (or eg `tags.word:` which I'm using to test string for tags membership). No reason virtual tags should...
#### Description I forgot this doesn't run on PRs, so my confidence that it's using .cargo/audit.toml may have been misplaced.
#### Description This adds the C FFI functions for the new methods added in #2882. #### Additional information... - [ ] I changed C++ code or build infrastructure. Please run...
#### Description Taskwarrior's stats include a number of available undo's. In the TC data model, these are UndoPoint operations, so make a function to count those. Also, those aren't real...
This is a vulnerability in tokio, which is required by Actix-web. For the moment, let's ignore it, and then decide whether to upgrade actix to suit, or switch to a...