Skip to content

Commit 53ae2d0

Browse files
authored
Merge pull request #14 from rtk-rs/cospar
cospar: impl PartialOrd
2 parents 49f34ed + 84ed8ec commit 53ae2d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gnss-rs"
3-
version = "2.2.3"
3+
version = "2.2.4"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
66
description = "GNSS constellations and space vehicles support"

src/cospar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub enum Error {
1111
}
1212

1313
/// COSPAR ID number
14-
#[derive(Debug, Clone, PartialEq)]
14+
#[derive(Debug, Clone, PartialEq, PartialOrd)]
1515
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
1616
pub struct COSPAR {
1717
/// Launch year

0 commit comments

Comments
 (0)