Skip to content

Commit e851387

Browse files
authored
RUST-1143 Bump max wire version to 15 (#573)
1 parent 7079121 commit e851387

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