File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ Note that if you are using `bson` through the `mongodb` crate, you do not need t
4444
4545#### Feature Flags
4646
47- | Feature | Description | Extra dependencies | Default |
48- | :------------- | :----------------------------------------------------------------------------------------------------| : -------------------| : --------|
49- | ` chrono-0_4 ` | Enable support for v0.4 of the [ ` chrono ` ] ( docs.rs/chrono/0.4 ) crate in the public API. | n/a | no |
50- | ` uuid-0_8 ` | Enable support for v0.8 of the [ ` uuid ` ] ( docs.rs/uuid/0.8 ) crate in the public API. | n/a | no |
51- | ` uuid-1 ` | Enable support for v1.x of the [ ` uuid ` ] ( docs.rs/uuid/1.0 ) crate in the public API. | n/a | no |
52- | ` serde_with ` | Enable [ ` serde_with ` ] ( docs.rs/serde_with/latest ) integrations for ` bson::DateTime ` and ` bson::Uuid ` | serde_with | no |
47+ | Feature | Description | Extra dependencies | Default |
48+ | :----------- | :---------------------------------------------------------------------------------------------------------- | : ----------------- | : ------ |
49+ | ` chrono-0_4 ` | Enable support for v0.4 of the [ ` chrono ` ] ( https:// docs.rs/chrono/0.4) crate in the public API. | n/a | no |
50+ | ` uuid-0_8 ` | Enable support for v0.8 of the [ ` uuid ` ] ( https:// docs.rs/uuid/0.8) crate in the public API. | n/a | no |
51+ | ` uuid-1 ` | Enable support for v1.x of the [ ` uuid ` ] ( https:// docs.rs/uuid/1.0) crate in the public API. | n/a | no |
52+ | ` serde_with ` | Enable [ ` serde_with ` ] ( https:// docs.rs/serde_with/latest) integrations for ` bson::DateTime ` and ` bson::Uuid ` | serde_with | no |
5353
5454## Overview of the BSON Format
5555
You can’t perform that action at this time.
0 commit comments