Add log10 for Decimal.

This commit is contained in:
Stephen Chung
2021-08-11 18:15:17 +08:00
parent 06f217d526
commit 288d575046
3 changed files with 20 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ default-features = false
optional = true
[dependencies.rust_decimal]
version = "1.14.2"
version = "1.15"
default-features = false
features = ["maths"]
optional = true