Skip to content

Commit 64b8e34

Browse files
authored
RUST-1027 update maxWireVersion to 14 in support of 5.1 (#503)
1 parent 578954b commit 64b8e34

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 = 13;
15+
const DRIVER_MAX_WIRE_VERSION: i32 = 14;
1616

1717
#[derive(Debug, Deserialize, Clone, Copy, Eq, PartialEq)]
1818
#[non_exhaustive]

0 commit comments

Comments
 (0)