Skip to content

Commit f972f66

Browse files
glichtDaleSeo
andauthored
fix: Update crates/rmcp/src/model.rs (eq, hash)
Co-authored-by: Dale Seo <5466341+DaleSeo@users.noreply.github.com>
1 parent f6a031f commit f972f66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp/src/model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ impl Default for ClientInfo {
890890
}
891891

892892
/// Icon themes supported by the MCP specification
893-
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Copy)]
893+
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, Hash, Copy)]
894894
#[serde(rename_all = "lowercase")] //match spec
895895
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
896896
#[non_exhaustive]

0 commit comments

Comments
 (0)