You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the way how we map elements vs attributes is changed. Now you should explicitly specify that the field represents an attribute by prepending an @ character to its name. Since release 0.27 we have a documentation for the mapping rules, so check it out.
Might be related to #510 but I don't think so.
I am using this crate to parse web feeds, I put together an example below
A bit lengthy but oh well 😄
When ran with
0.26
I get the correctly parsed atom feed, when ran with0.27
I getmissing field href
.I added the
default
parameter in the macro as you explain in #510 but as I said I don't think that's relevant here.I'm not sure if I am missing something but I didn't see anything that could cause this in the changelog, any ideas?
If this turns out to be an actual issue in the crate I could perhaps share some of the tests I use in my project.
The text was updated successfully, but these errors were encountered: