Compare commits

..

13 Commits

2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -357,7 +357,7 @@ dependencies = [
[[package]]
name = "contextswitch-types"
version = "0.1.0"
source = "git+https://github.com/dax/contextswitch-types.git#786d9980bedb32432d0830b3b951168dcb17b56b"
source = "git+https://github.com/dax/contextswitch-types.git#5f72fdda034db4eb7b22fd1c5d6936f39360880c"
dependencies = [
"chrono",
"serde",

View File

@@ -114,7 +114,7 @@ impl TryFrom<&TaskwarriorTask> for Task {
modified: task.modified,
status: task.status,
description: task.description.clone(),
//urgency: task.urgency,
urgency: task.urgency,
due: task.due,
start: task.start,
end: task.end,