Skip to content

Commit

Permalink
Release v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
YoEight committed Mar 1, 2022
1 parent 5b575b1 commit 85ac67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 85ac67b

Please sign in to comment.