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 578954b commit 64b8e34Copy full SHA for 64b8e34
src/sdam/description/server.rs
@@ -12,7 +12,7 @@ use crate::{
12
13
const DRIVER_MIN_DB_VERSION: &str = "3.6";
14
const DRIVER_MIN_WIRE_VERSION: i32 = 6;
15
-const DRIVER_MAX_WIRE_VERSION: i32 = 13;
+const DRIVER_MAX_WIRE_VERSION: i32 = 14;
16
17
#[derive(Debug, Deserialize, Clone, Copy, Eq, PartialEq)]
18
#[non_exhaustive]
0 commit comments