You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ features = ["sync"]
44
44
|`zlib-compression`| Enable support for compressing messages with [`zlib`](https://zlib.net/). |
45
45
|`zstd-compression`| Enable support for compressing messages with [`zstd`](http://facebook.github.io/zstd/). |
46
46
|`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. |
48
48
|`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. |
49
49
|`compat-3-0-0`| Required for future compatibility if default features are disabled. |
0 commit comments