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]] [[package]]
name = "contextswitch-types" name = "contextswitch-types"
version = "0.1.0" 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 = [ dependencies = [
"chrono", "chrono",
"serde", "serde",

View File

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