Use larger serialization format while in beta

This commit is contained in:
Tobie Morgan Hitchcock 2023-04-02 17:40:29 +01:00
parent 459da80c89
commit ae13289745

View file

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