Upgrade to rust-decimal 1.16 and add sin/cos/tan.

This commit is contained in:
Stephen Chung
2021-09-15 10:41:35 +08:00
parent bdbfa8ef5f
commit 5163fb0a33
3 changed files with 11 additions and 1 deletions

View File

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