ethercat-rs / ethercat-esi

EtherCAT Slave Information (ESI)
Apache License 2.0
12 stars 4 forks source link

Update dependencies #4

Open flosse opened 10 months ago

birkenfeld commented 10 months ago

I don't understand the new error here.

thread 'parser::tests::ethercat_info_crated_by_beckhoff' panicked at 'called `Result::unwrap()` on an `Err` value:
Custom { field: "unknown variant `Index`, expected one of `Type`, `Name`, `RxPdo`, `TxPdo`, `Sm`, `Info`, `HideType`,
`GroupType`, `URL`, `Profile`, `Eeprom`, `Fmmu`, `Image16x14`, `ImageFile16x14`, `ImageData16x14`, `Mailbox`,
`Dc`, `Slots`" }', src/parser/mod.rs:270:53

Those expected values are all sub-tags of <Device> while the <Index> is always nested below <TxPdo>, so it shouldn't show up here.