From 337a3ee8fb3215de508cc131233e3c40d4d8d45f Mon Sep 17 00:00:00 2001 From: Tania Batieva Date: Mon, 14 Sep 2020 18:47:50 +0300 Subject: [PATCH 1/2] Add std feature for rust-decimal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c88d28..1c339c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["tests/**", ".github/*"] [dependencies] indexmap="1.1.0" -rust_decimal="1.6.0" +rust_decimal= { version = "1.6.0", features = ["std"] } data-encoding = "2.2.1" [dev-dependencies] From 5d47fadbdc803d81c9f2992a767452f653a3bf1d Mon Sep 17 00:00:00 2001 From: undef1nd Date: Mon, 14 Sep 2020 18:51:50 +0300 Subject: [PATCH 2/2] Update rust_decimal version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c339c9..b8734f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["tests/**", ".github/*"] [dependencies] indexmap="1.1.0" -rust_decimal= { version = "1.6.0", features = ["std"] } +rust_decimal= { version = "1.8.0", features = ["std"] } data-encoding = "2.2.1" [dev-dependencies]