build: upgrade dependencies
This commit is contained in:
parent
e255c57f39
commit
2ebd47dbea
2 changed files with 15 additions and 16 deletions
|
|
@ -221,7 +221,7 @@ fn parse_properties_drawer(
|
|||
}
|
||||
let (_, map) = fold_many0(
|
||||
parse_node_property,
|
||||
PropertiesMap::new(),
|
||||
|| PropertiesMap::new(),
|
||||
|mut acc: PropertiesMap<_, _>, (name, value)| {
|
||||
acc.insert(name.into(), value.into());
|
||||
acc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue