We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Eq
TopVersions
1 parent 75563da commit a2ff476Copy full SHA for a2ff476
src/models/version.rs
@@ -39,7 +39,7 @@ pub struct NewVersion {
39
40
/// The highest version (semver order) and the most recently updated version.
41
/// Typically used for a single crate.
42
-#[derive(Debug, Clone)]
+#[derive(Debug, Clone, Eq, PartialEq)]
43
pub struct TopVersions {
44
pub highest: semver::Version,
45
pub newest: semver::Version,
0 commit comments