Use larger serialization format while in beta
This commit is contained in:
parent
7bb89d5041
commit
3b7a3a5a35
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue