Skip to content

Commit

Permalink
update adr: only extract boundary admin+postalcode
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Nov 25, 2024
1 parent 72fe34b commit a1766b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pkg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[adr]
[email protected]:triptix-tech/adr.git
branch=master
commit=28365ed6b64b804296a09cb19cf8527247687f04
commit=d6163ad9e5b57acac8442e3c9093e6290039a3dc
[googletest]
[email protected]:motis-project/googletest.git
branch=master
Expand Down
4 changes: 2 additions & 2 deletions .pkg.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
644635832914023303
15618756361842494576
cista 847b27100b7e730370b810ce62206a66b0bf2d79
zlib-ng 68ab3e2d80253ec5dc3c83691d9ff70477b32cd3
boost 930f38eb0365ceb7853273e03da4d9e7787abfb9
Expand Down Expand Up @@ -46,5 +46,5 @@ reflect-cpp c54fe66de4650b60c23aadd4a06d9db4ffeda22f
FTXUI dd6a5d371fd7a3e2937bb579955003c54b727233
tg 20c0f298b8ce58de29a790290f44dca7c4ecc364
utf8proc 779b780da3b99d123133eb99707b65c7e4324cc8
adr 28365ed6b64b804296a09cb19cf8527247687f04
adr d6163ad9e5b57acac8442e3c9093e6290039a3dc
openapi-cpp 6b5fd40a2b552fc5656aeff56f203a34c1d9e9af
2 changes: 1 addition & 1 deletion include/motis/hashes.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ constexpr auto const osr_version = []() {
return meta_entry_t{"osr_bin_ver", 7U};
};
constexpr auto const adr_version = []() {
return meta_entry_t{"adr_bin_ver", 3U};
return meta_entry_t{"adr_bin_ver", 4U};
};
constexpr auto const n_version = []() {
return meta_entry_t{"nigiri_bin_ver", 7U};
Expand Down

0 comments on commit a1766b5

Please sign in to comment.