Skip to content

Commit

Permalink
RUST-1027 update maxWireVersion to 14 in support of 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn committed Oct 27, 2021
1 parent b9fcfa4 commit 2174ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdam/description/server.rs
Expand Up @@ -12,7 +12,7 @@ use crate::{

const DRIVER_MIN_DB_VERSION: &str = "3.6";
const DRIVER_MIN_WIRE_VERSION: i32 = 6;
const DRIVER_MAX_WIRE_VERSION: i32 = 13;
const DRIVER_MAX_WIRE_VERSION: i32 = 14;

#[derive(Debug, Deserialize, Clone, Copy, Eq, PartialEq)]
#[non_exhaustive]
Expand Down

0 comments on commit 2174ff0

Please sign in to comment.