Bump version
This commit is contained in:
@ -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>,
|
||||
},
|
||||
|
Reference in New Issue
Block a user