diff --git a/mirrord/protocol/Cargo.toml b/mirrord/protocol/Cargo.toml index 276d5f164f4..26623eb3c08 100644 --- a/mirrord/protocol/Cargo.toml +++ b/mirrord/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mirrord-protocol" -version = "1.14.0" +version = "1.15.0" authors.workspace = true description.workspace = true documentation.workspace = true diff --git a/mirrord/protocol/src/dns.rs b/mirrord/protocol/src/dns.rs index 7b61a1d9662..5958376cd94 100644 --- a/mirrord/protocol/src/dns.rs +++ b/mirrord/protocol/src/dns.rs @@ -10,7 +10,7 @@ use crate::RemoteResult; /// Minimal mirrord-protocol version that allows [`GetAddrInfoRequestV2`]. pub static ADDRINFO_V2_VERSION: LazyLock = - LazyLock::new(|| ">=1.14.0".parse().expect("Bad Identifier")); + LazyLock::new(|| ">=1.15.0".parse().expect("Bad Identifier")); #[derive(Encode, Decode, Debug, PartialEq, Eq, Clone)] pub struct LookupRecord {