Skip to content

Commit

Permalink
Update nigiri dependency (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKutzner authored Nov 13, 2024
1 parent 5c5209d commit f40fc36
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
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .pkg.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4225373622560783482
17687147365965007828
cista 847b27100b7e730370b810ce62206a66b0bf2d79
zlib-ng 68ab3e2d80253ec5dc3c83691d9ff70477b32cd3
boost 930f38eb0365ceb7853273e03da4d9e7787abfb9
Expand All @@ -24,7 +24,7 @@ opentelemetry-cpp 60770dc9dc63e3543fc87d605b2e88fd53d7a414
pugixml 60175e80e2f5e97e027ac78f7e14c5acc009ce50
unordered_dense b33b037377ca966bbdd9cccc3417e46e88f83bfb
wyhash 1e012b57fc2227a9e583a57e2eacb3da99816d99
nigiri 11b8d96f7c62b7f58c45b343ba8436e332d21a72
nigiri a8e1f684771ae07cc57cee13143f7cc434683fe3
conf f9bf4bd83bf55a2170725707e526cbacc45dcc66
expat 636c9861e8e7c119f3626d1e6c260603ab624516
libosmium 6e6d6b3081cc8bdf25dda89730e25c36eb995516
Expand Down
2 changes: 1 addition & 1 deletion include/motis/hashes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit f40fc36

Please sign in to comment.