chore(all): update SERIALIZATION_VERSION

This commit is contained in:
Mayeul@Zama
2024-06-17 11:15:55 +02:00
committed by mayeul-zama
parent 30ccb34ef9
commit 503fad69d2

View File

@@ -13,7 +13,7 @@ use serde::Serialize;
// release.
// When this happens, it also gives a clear version mismatch error rather than a generic
// deserialization error or worse, a garbage object.
const SERIALIZATION_VERSION: &str = "0.3";
const SERIALIZATION_VERSION: &str = "0.4";
// `VERSION_LENGTH_LIMIT` is the maximum `SERIALIZATION_VERSION` size which `safe_deserialization`
// is going to try to read (it returns an error if it's too big).