diff --git a/Cargo.toml b/Cargo.toml index b66ab01..abe520d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Read GTFS (public transit timetables) files" name = "gtfs-structures" -version = "0.45.0" +version = "0.45.1" authors = [ "Tristram Gräbener ", "Antoine Desbordes ", diff --git a/src/objects.rs b/src/objects.rs index d4b3a3b..96cd137 100644 --- a/src/objects.rs +++ b/src/objects.rs @@ -129,7 +129,7 @@ impl Calendar { } /// Defines a specific date that can be added or removed from a [Calendar]. See -#[derive(Debug, Clone, Deserialize, Serialize)] +#[derive(Debug, Clone, Deserialize, Serialize, Eq, PartialEq)] pub struct CalendarDate { /// Identifier of the service that is modified at this date pub service_id: String,