From 85ac67b47e8ffcc08408fe548b9a50ec6258bb77 Mon Sep 17 00:00:00 2001 From: YoEight Date: Tue, 1 Mar 2022 15:46:45 +0100 Subject: [PATCH] Release v2.0.0. --- src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.rs b/src/types.rs index 6c90b20d..aed57483 100755 --- a/src/types.rs +++ b/src/types.rs @@ -1347,7 +1347,7 @@ impl std::fmt::Display for WrongExpectedVersion { impl std::error::Error for WrongExpectedVersion {} #[derive(Debug, Clone, Eq, Ord, PartialOrd, PartialEq, Serialize, Deserialize)] -pub(crate) struct Endpoint { +pub struct Endpoint { pub host: String, pub port: u32, }