aboutsummaryrefslogtreecommitdiff
path: root/src/model/prev/v051/version_table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/prev/v051/version_table.rs')
-rw-r--r--src/model/prev/v051/version_table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/prev/v051/version_table.rs b/src/model/prev/v051/version_table.rs
index 1e658f91..c11c62d5 100644
--- a/src/model/prev/v051/version_table.rs
+++ b/src/model/prev/v051/version_table.rs
@@ -6,7 +6,7 @@ use garage_table::crdt::*;
use garage_table::*;
/// A version of an object
-#[derive(PartialEq, Clone, Debug, Serialize, Deserialize)]
+#[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)]
pub struct Version {
/// UUID of the version, used as partition key
pub uuid: Uuid,