Skip to content

Commit d0b81aa

Browse files
authored
RUST-1795 Add an [in]stability note for mongocrypt (#1195)
1 parent 405eca5 commit d0b81aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ features = ["sync"]
4444
| `zlib-compression` | Enable support for compressing messages with [`zlib`](https://zlib.net/). |
4545
| `zstd-compression` | Enable support for compressing messages with [`zstd`](http://facebook.github.io/zstd/). |
4646
| `snappy-compression` | Enable support for compressing messages with [`snappy`](http://google.github.io/snappy/). |
47-
| `in-use-encryption` | Enable support for client-side field level encryption and queryable encryption. |
47+
| `in-use-encryption` | Enable support for client-side field level encryption and queryable encryption. Note that re-exports from the `mongocrypt` crate may change in backwards-incompatible ways while that crate is below version 1.0. |
4848
| `tracing-unstable` | Enable support for emitting [`tracing`](https://docs.rs/tracing/latest/tracing/) events. This API is unstable and may be subject to breaking changes in minor releases. |
4949
| `compat-3-0-0` | Required for future compatibility if default features are disabled. |
5050

0 commit comments

Comments
 (0)