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)]