Skip to content

Commit

Permalink
Merge pull request #1 from evoggy/supported_version_bump
Browse files Browse the repository at this point in the history
Bumped supported protocol version to 7
  • Loading branch information
ataffanel authored Mar 5, 2024
2 parents 41198c2 + b986b4f commit d9e21d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ impl<U> Executor for U where U: LocalSpawnHandle<()> + Timer + 'static {}
/// Supported protocol version
///
/// see [the crate documentation](crate#compatibility) for more information.
pub const SUPPORTED_PROTOCOL_VERSION: u8 = 4;
pub const SUPPORTED_PROTOCOL_VERSION: u8 = 7;

0 comments on commit d9e21d2

Please sign in to comment.