Skip to content

Commit d89071a

Browse files
authored
RUST-1311 Bump driver maxWireVersion to 17 (#660)
1 parent 959ebb7 commit d89071a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdam/description/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::{
1212

1313
const DRIVER_MIN_DB_VERSION: &str = "3.6";
1414
const DRIVER_MIN_WIRE_VERSION: i32 = 6;
15-
const DRIVER_MAX_WIRE_VERSION: i32 = 15;
15+
const DRIVER_MAX_WIRE_VERSION: i32 = 17;
1616

1717
/// Enum representing the possible types of servers that the driver can connect to.
1818
#[derive(Debug, Deserialize, Clone, Copy, Eq, PartialEq)]

0 commit comments

Comments
 (0)