Fix builds.

This commit is contained in:
Stephen Chung
2021-06-28 18:29:53 +08:00
parent e40e81ac1a
commit a13a724361
3 changed files with 8 additions and 4 deletions

View File

@@ -1889,7 +1889,7 @@ impl From<Decimal> for Dynamic {
fn from(value: Decimal) -> Self {
Self(Union::Decimal(
Box::new(value.into()),
DEFAULT_TAG,
DEFAULT_TAG_VALUE,
ReadWrite,
))
}