Skip to content
Snippets Groups Projects
Commit ec9bdca7 authored by Denis Smirnov's avatar Denis Smirnov Committed by Vladimir Davydov
Browse files

box: fix 64-bit schema version for message pack.

0b876b76 introduced `uint64_t` schema version to deal with the
possible 32-bit counter overflow problem. But for some reason
message pack still serialized 64-bit schema version as 32-bit one.
Current commit fixes the issue.

NO_CHANGELOG=internal fix
NO_DOC=internal fix
NO_TEST=internal fix
parent 3c4e5526
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment