From f40fc363cfd366d9e7334b73948d47593761ac0d Mon Sep 17 00:00:00 2001 From: Michael Kutzner <174690291+MichaelKutzner@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:42:08 +0100 Subject: [PATCH] Update nigiri dependency (#658) --- .pkg | 2 +- .pkg.lock | 4 ++-- include/motis/hashes.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pkg b/.pkg index f12966347..352d4e4fc 100644 --- a/.pkg +++ b/.pkg @@ -1,7 +1,7 @@ [nigiri] url=git@github.com:motis-project/nigiri.git branch=master - commit=11b8d96f7c62b7f58c45b343ba8436e332d21a72 + commit=a8e1f684771ae07cc57cee13143f7cc434683fe3 [cista] url=git@github.com:felixguendling/cista.git branch=master diff --git a/.pkg.lock b/.pkg.lock index 6cf3c9962..e1180cba1 100644 --- a/.pkg.lock +++ b/.pkg.lock @@ -1,4 +1,4 @@ -4225373622560783482 +17687147365965007828 cista 847b27100b7e730370b810ce62206a66b0bf2d79 zlib-ng 68ab3e2d80253ec5dc3c83691d9ff70477b32cd3 boost 930f38eb0365ceb7853273e03da4d9e7787abfb9 @@ -24,7 +24,7 @@ opentelemetry-cpp 60770dc9dc63e3543fc87d605b2e88fd53d7a414 pugixml 60175e80e2f5e97e027ac78f7e14c5acc009ce50 unordered_dense b33b037377ca966bbdd9cccc3417e46e88f83bfb wyhash 1e012b57fc2227a9e583a57e2eacb3da99816d99 -nigiri 11b8d96f7c62b7f58c45b343ba8436e332d21a72 +nigiri a8e1f684771ae07cc57cee13143f7cc434683fe3 conf f9bf4bd83bf55a2170725707e526cbacc45dcc66 expat 636c9861e8e7c119f3626d1e6c260603ab624516 libosmium 6e6d6b3081cc8bdf25dda89730e25c36eb995516 diff --git a/include/motis/hashes.h b/include/motis/hashes.h index 8e61f51ff..f913b2e34 100644 --- a/include/motis/hashes.h +++ b/include/motis/hashes.h @@ -17,7 +17,7 @@ constexpr auto const adr_version = []() { return meta_entry_t{"adr_bin_ver", 2U}; }; constexpr auto const n_version = []() { - return meta_entry_t{"nigiri_bin_ver", 6U}; + return meta_entry_t{"nigiri_bin_ver", 7U}; }; constexpr auto const matches_version = []() { return meta_entry_t{"matches_bin_ver", 4U};