Skip to content

Commit 552731c

Browse files
authored
RUST-1981 Bump max wire version for server 8.0 (#1175)
1 parent 894c7f1 commit 552731c

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
@@ -15,7 +15,7 @@ use crate::{
1515

1616
const DRIVER_MIN_DB_VERSION: &str = "4.0";
1717
const DRIVER_MIN_WIRE_VERSION: i32 = 7;
18-
const DRIVER_MAX_WIRE_VERSION: i32 = 21;
18+
const DRIVER_MAX_WIRE_VERSION: i32 = 25;
1919

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

0 commit comments

Comments
 (0)