Bump version

This commit is contained in:
2023-02-03 09:57:21 +01:00
parent bda9cc3fad
commit ed0d8e05f1
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ pub enum NodeType {
/// Object value
Object {
/// Required filed for the object
required: Option<Vec<String>>,*
required: Option<Vec<String>>,
/// The children of the object
children: Vec<TreeNode>,
},