Compare commits
13 Commits
67210377b7
...
7e69f872a7
| Author | SHA1 | Date | |
|---|---|---|---|
|
7e69f872a7
|
|||
|
1a0fd804ae
|
|||
|
a1d12152b4
|
|||
|
5c6471aea9
|
|||
|
c43dc135ac
|
|||
|
e3f81aa807
|
|||
|
835db054cf
|
|||
|
2c737083c3
|
|||
|
5197dd1739
|
|||
|
811d070c0c
|
|||
|
a16c669e46
|
|||
|
067838b159
|
|||
|
cbdf35eb53
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user