Use larger serialization format while in beta
This commit is contained in:
parent
459da80c89
commit
ae13289745
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ pub fn whats(i: &str) -> IResult<&str, Values> {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Default, PartialEq, PartialOrd, Deserialize, Store, Hash)]
|
#[derive(Clone, Debug, Default, PartialEq, PartialOrd, Deserialize, Store, Hash)]
|
||||||
#[format(NamedCompact)]
|
#[format(Named)]
|
||||||
pub enum Value {
|
pub enum Value {
|
||||||
#[default]
|
#[default]
|
||||||
None,
|
None,
|
||||||
|
|
Loading…
Reference in a new issue