From b2debb36841aa6dc4cd66144531acabd2a197326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20G=C3=BCndling?= Date: Sun, 24 Nov 2024 11:11:08 +0100 Subject: [PATCH] adr: 16bit language index --- .pkg | 2 +- .pkg.lock | 4 ++-- include/motis/hashes.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pkg b/.pkg index 7241ef308..1ba232325 100644 --- a/.pkg +++ b/.pkg @@ -17,7 +17,7 @@ [adr] url=git@github.com:triptix-tech/adr.git branch=master - commit=97f6e0f29f7bd35140aa746ad906ff897ed0d6d5 + commit=bd3bb6bb8f1b5c0e066acd975767df27d5de22f8 [googletest] url=git@github.com:motis-project/googletest.git branch=master diff --git a/.pkg.lock b/.pkg.lock index afc0496f9..2e42d6894 100644 --- a/.pkg.lock +++ b/.pkg.lock @@ -1,4 +1,4 @@ -10486591763631331438 +5061172279391244024 cista 847b27100b7e730370b810ce62206a66b0bf2d79 zlib-ng 68ab3e2d80253ec5dc3c83691d9ff70477b32cd3 boost 930f38eb0365ceb7853273e03da4d9e7787abfb9 @@ -46,5 +46,5 @@ reflect-cpp c54fe66de4650b60c23aadd4a06d9db4ffeda22f FTXUI dd6a5d371fd7a3e2937bb579955003c54b727233 tg 20c0f298b8ce58de29a790290f44dca7c4ecc364 utf8proc 779b780da3b99d123133eb99707b65c7e4324cc8 -adr 97f6e0f29f7bd35140aa746ad906ff897ed0d6d5 +adr bd3bb6bb8f1b5c0e066acd975767df27d5de22f8 openapi-cpp 6b5fd40a2b552fc5656aeff56f203a34c1d9e9af diff --git a/include/motis/hashes.h b/include/motis/hashes.h index f913b2e34..5f4d10a4c 100644 --- a/include/motis/hashes.h +++ b/include/motis/hashes.h @@ -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", 2U}; + return meta_entry_t{"adr_bin_ver", 3U}; }; constexpr auto const n_version = []() { return meta_entry_t{"nigiri_bin_ver", 7U};