diff --git a/Cargo.toml b/Cargo.toml index 7eb6fba..b8aac11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Read GTFS (public transit timetables) files" name = "gtfs-structures" -version = "0.48.1" +version = "0.48.2" authors = [ "Tristram Gräbener ", "Antoine Desbordes ", diff --git a/src/gtfs_reader.rs b/src/gtfs_reader.rs index cc29a29..4901e08 100644 --- a/src/gtfs_reader.rs +++ b/src/gtfs_reader.rs @@ -288,6 +288,9 @@ impl RawGtfsReader { "pathways.txt", "feed_info.txt", "shapes.txt", + "translations.txt", + "ticketing_deep_links.txt", + "ticketing_identifiers.txt", ] { let path = std::path::Path::new(archive_file.name()); if path.file_name() == Some(std::ffi::OsStr::new(gtfs_file)) {