Merge branch 'v1.3-fixes'

This commit is contained in:
Stephen Chung
2021-12-16 16:10:39 +08:00
7 changed files with 97 additions and 44 deletions

View File

@@ -12,6 +12,7 @@ use rhai::Array;
use rhai::Map;
#[cfg(not(feature = "no_float"))]
use rhai::FLOAT;
#[cfg(not(feature = "no_float"))]
#[cfg(feature = "decimal")]
use rust_decimal::Decimal;