Skip to content

Commit 8a421d0

Browse files
committed
Add missing fields to structs in new gtfs rt version
1 parent b9c5301 commit 8a421d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ fn gtfs_rt_from_string(
5757
vehicle: Some(vehicle.get_vehicle_position()?),
5858
alert: None,
5959
shape: None,
60+
stop: None,
61+
trip_modifications: None
6062
});
6163
}
6264
let anteater_gtfs = gtfs_rt::FeedMessage {
@@ -136,6 +138,7 @@ impl AnteaterExpressData {
136138
start_time: None,
137139
start_date: None,
138140
schedule_relationship: None,
141+
modified_trip: None,
139142
});
140143
}
141144

0 commit comments

Comments
 (0)