We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc4653 commit d752bd4Copy full SHA for d752bd4
src/test/spec/unified_runner/test_file.rs
@@ -96,6 +96,7 @@ enum Csfle {
96
Bool(bool),
97
#[serde(rename_all = "camelCase")]
98
Version {
99
+ #[cfg(feature = "in-use-encryption")]
100
min_libmongocrypt_version: String,
101
},
102
}
0 commit comments