Skip to content

Commit 85ac67b

Browse files
committed
Release v2.0.0.
1 parent 5b575b1 commit 85ac67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ impl std::fmt::Display for WrongExpectedVersion {
13471347
impl std::error::Error for WrongExpectedVersion {}
13481348

13491349
#[derive(Debug, Clone, Eq, Ord, PartialOrd, PartialEq, Serialize, Deserialize)]
1350-
pub(crate) struct Endpoint {
1350+
pub struct Endpoint {
13511351
pub host: String,
13521352
pub port: u32,
13531353
}

0 commit comments

Comments
 (0)