We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6243a commit 4bb1575Copy full SHA for 4bb1575
1 file changed
src/taskchampion-cpp/src/lib.rs
@@ -309,6 +309,7 @@ impl From<tc::Error> for CppError {
309
310
fn rt() -> tokio::runtime::Handle {
311
tokio::runtime::Builder::new_current_thread()
312
+ .enable_time()
313
.build()
314
.unwrap()
315
.handle()
0 commit comments