Skip to content

Commit

Permalink
bump version again as it was also bumped in main
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Jan 22, 2025
1 parent 73b4738 commit e7de8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mirrord/protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mirrord/protocol/src/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::RemoteResult;

/// Minimal mirrord-protocol version that allows [`GetAddrInfoRequestV2`].
pub static ADDRINFO_V2_VERSION: LazyLock<VersionReq> =
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 {
Expand Down

0 comments on commit e7de8cd

Please sign in to comment.