From 7d35882cba91b06e22d1d29f81dfdc5a737456e0 Mon Sep 17 00:00:00 2001 From: Abraham Egnor Date: Tue, 28 Oct 2025 10:25:28 +0000 Subject: [PATCH] minor: document the bson-3 feature --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c51b6538..af9f9e524 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ features = ["sync"] | `gcp-oidc` | Enable support for GCP OIDC environment authentication. | | `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. | | `error-backtrace` | Capture backtraces in `Error` values. This can be slow, memory intensive, and very verbose. | +| `bson-3` | Use version 3.x of the `bson` crate; for backwards compatibility, without this feature enabled `bson` 2.x is used. | ## Web Framework Examples