palantir / conjure-rust

Conjure support for Rust
Apache License 2.0
20 stars 11 forks source link

Cleanup the Smile UUID key fix #389

Closed sfackler closed 1 month ago

sfackler commented 1 month ago

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.