samscott89 / serde_qs

Serde support for querystring-style strings
Apache License 2.0
193 stars 67 forks source link

Update flatten issue workaround for serde_with 2.0.0 #69

Closed pierre42100 closed 1 year ago

pierre42100 commented 1 year ago

The API of serde_with changed with the release of its version 2.0.0.

This PR update the flatten issue workaround accordingly to the new API.

samscott89 commented 1 year ago

Much cleaner, thanks!