-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Both theĀ bson and mongodb crates depend on the uuid crate; now that the latter has released a 1.0 version, we should update them to use that.
To maintain backwards compatibility, we'll need to provide new feature flags in each to select the 1.0 version of uuid; as this will be mutually exclusive with the current uuid-0_8 flag we can use the same API surface for both.
- is duplicated by
-
RUST-1303 bson-rust - PR #356: bump uuid version
- Closed