Skip to content

Commit

Permalink
chore(all): update SERIALIZATION_VERSION for 0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeul-zama committed Jan 5, 2024
1 parent ab2c5f0 commit e5505ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfhe/src/safe_deserialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.1";
const SERIALIZATION_VERSION: &str = "0.2";

// `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).
Expand Down

0 comments on commit e5505ab

Please sign in to comment.