Skip to content

Commit 643f228

Browse files
Protocol V5
1 parent 006923c commit 643f228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/endpoint/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ impl Default for Builder {
198198
Self {
199199
svcs: Default::default(),
200200
discovery: crate::discovery::Endpoint {
201-
max_protocol_version: 4,
202-
min_protocol_version: 4,
201+
max_protocol_version: 5,
202+
min_protocol_version: 5,
203203
protocol_mode: Some(crate::discovery::ProtocolMode::BidiStream),
204204
services: vec![],
205205
},

0 commit comments

Comments
 (0)