From 8b5ed1ca9e6a13789d471258327a333730e8c828 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Wed, 13 May 2020 22:50:49 +0200 Subject: [PATCH] Adjust to Trilium 0.42 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 88b0b0c..dee0131 100644 --- a/src/main.rs +++ b/src/main.rs @@ -314,7 +314,7 @@ struct Attribute { deleteId: Option, hash: String, isInheritable: bool, - isOwned: bool, + //isOwned: bool, // removed in 0.42.2 } #[derive(Error, Debug)]