Skip to content

Commit

Permalink
Merge pull request #286 from vityafx/allow-for-easier-version-compati…
Browse files Browse the repository at this point in the history
…bility-checking

Allow for easier version compatibility checking.
  • Loading branch information
iddm authored Feb 28, 2023
2 parents 14c5c92 + 70dd1dd commit 10572ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ pub fn get_keyspace_events() -> NotifyEvent {
}
}

#[derive(Debug, PartialEq, Eq)]
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord)]
pub struct Version {
pub major: i32,
pub minor: i32,
Expand Down

0 comments on commit 10572ff

Please sign in to comment.