Compare commits
12 Commits
7e69f872a7
...
67210377b7
| Author | SHA1 | Date | |
|---|---|---|---|
|
67210377b7
|
|||
|
ffdabe0b6c
|
|||
|
7a3b5aa6a3
|
|||
|
300e692fc7
|
|||
|
3a36e8e9e3
|
|||
|
81ef6f689b
|
|||
|
b359b5123e
|
|||
|
3f3f887cfe
|
|||
|
8207ab958d
|
|||
|
884d4bee1f
|
|||
|
747e962bc9
|
|||
|
a9942002b2
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -357,7 +357,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "contextswitch-types"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/dax/contextswitch-types.git#5f72fdda034db4eb7b22fd1c5d6936f39360880c"
|
||||
source = "git+https://github.com/dax/contextswitch-types.git#786d9980bedb32432d0830b3b951168dcb17b56b"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"serde",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user