Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle(storage/refs): derive Hash for RefsAt
Fintan Halpenny committed 4 months ago
commit aef403500ad7fef8d279c88a4e8ede7fc5634d28
parent 352c29c23ce2560750369aa50bc9f43bf3019d3f
1 file changed +1 -1
modified crates/radicle/src/storage/refs.rs
@@ -371,7 +371,7 @@ impl<V> Deref for SignedRefs<V> {
///
/// `RefsAt` can also be used for communicating announcements of updates
/// references to other nodes.
-
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)]
+
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
pub struct RefsAt {