We fixed UUID key deserialization in #386 with some extra deserializer overrides, but the issue was actually in serde-smile and was fixed upstream in https://github.com/sfackler/serde-smile/pull/14.
After this PR
The changes in #386 are gone in favor of a bumped serde-smile version constraint.
Before this PR
We fixed UUID key deserialization in #386 with some extra deserializer overrides, but the issue was actually in serde-smile and was fixed upstream in https://github.com/sfackler/serde-smile/pull/14.
After this PR
The changes in #386 are gone in favor of a bumped serde-smile version constraint.