lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
96 stars 34 forks source link

Upgrade dependencies #113

Closed jplatte closed 3 years ago

jplatte commented 3 years ago

Hey @DmitrySamoylov, can you have a look at the failing tests? It's not clear to me whether this is just validation being more strict now and our tests having been wrong already, or a legit regression.

DmitrySamoylov commented 3 years ago

Pushed a fix. I'm pretty sure there are some cases not covered by xsd-parser-rs tests, but we can figure out when re-generating onvif-rs code.