mongodb / bson-rust

Encoding and decoding support for BSON in Rust
MIT License
389 stars 130 forks source link

Fix feature name for serde_with Uuid implementation #453

Closed jonasbb closed 5 months ago

jonasbb commented 5 months ago

The feature is named serde_with-3. The _ makes it such that the SerializeAs implementation is not working. The DeserializeAs implementation above uses the correct feature name and shows up in the documentation.

abr-egn commented 5 months ago

Thanks for the fix! This will go out with the 2.9.0 release this week.