thscharler / spreadsheet-ods

Apache License 2.0
29 stars 6 forks source link

method `unescape_value` for struct `quick_xml::events::attributes::Attribute` is only available if `encoding` feature is disabled #47

Closed sebmiq closed 8 months ago

sebmiq commented 8 months ago

Hi,

See https://docs.rs/quick-xml/latest/quick_xml/events/attributes/struct.Attribute.html

If another dependency uses the encoding feature of quick_xml, spreadsheet-ods fails to build.

thscharler commented 8 months ago

Ok, I'll have a look at it.

thscharler commented 8 months ago

fixed in 0.20.2