Better information.

This commit is contained in:
Gav Wood
2016-11-25 15:43:49 +01:00
parent befb0bf2bd
commit 8cddf9976a
2 changed files with 68 additions and 36 deletions

View File

@@ -91,7 +91,7 @@ impl Into<u8> for ReleaseTrack {
}
/// Version information of a particular release.
#[derive(Debug, PartialEq)]
#[derive(Debug, Clone, PartialEq)]
pub struct VersionInfo {
/// The track on which it was released.
pub track: ReleaseTrack,