uuid icon indicating copy to clipboard operation
uuid copied to clipboard

Add support for bincode v2.0

Open francisbr opened this issue 8 months ago • 1 comments

Following the latest major release of Bincode, the crate now relies on its own traits (Encode/Decode) it switched away from serde's De/Serialize. This PR is to add a feature flag here to optionally implement these traits on the Uuid structs.

The 2.0 bincode release: https://github.com/bincode-org/bincode/releases/tag/v2.0.0

francisbr avatar Mar 27 '25 18:03 francisbr