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 959ebb7 commit d89071aCopy full SHA for d89071a
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 = 15;
+const DRIVER_MAX_WIRE_VERSION: i32 = 17;
16
17
/// Enum representing the possible types of servers that the driver can connect to.
18
#[derive(Debug, Deserialize, Clone, Copy, Eq, PartialEq)]
0 commit comments