Skip to content

Commit 59cab56

Browse files
authored
minor: document the bson-3 feature (#1513)
1 parent 7fe048b commit 59cab56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ features = ["sync"]
5959
| `gcp-oidc` | Enable support for GCP OIDC environment authentication. |
6060
| `text-indexes-unstable` | Enables support for text indexes in explicit encryption. This feature is in preview and should be used for experimental workloads only. This feature is unstable and its security is not guaranteed until released as Generally Available (GA). The GA version of this feature may not be backwards compatible with the preview version. |
6161
| `error-backtrace` | Capture backtraces in `Error` values. This can be slow, memory intensive, and very verbose. |
62+
| `bson-3` | Use version 3.x of the `bson` crate; for backwards compatibility, without this feature enabled `bson` 2.x is used. |
6263

6364
## Web Framework Examples
6465

0 commit comments

Comments
 (0)