Use larger serialization format while in beta

This commit is contained in:
Tobie Morgan Hitchcock 2023-04-02 00:40:40 +01:00
parent 7bb89d5041
commit 3b7a3a5a35

View file

@ -99,7 +99,7 @@ pub fn whats(i: &str) -> IResult<&str, Values> {
}
#[derive(Clone, Debug, Default, PartialEq, PartialOrd, Deserialize, Store, Hash)]
#[format(Compact)]
#[format(NamedCompact)]
pub enum Value {
#[default]
None,