Skip to content

Commit 56dc006

Browse files
authored
Fix links in the Feature Flags table. (#388)
1 parent 5e0bea6 commit 56dc006

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)