From f52d2d06ec4c807c1162297497924286765feb6d Mon Sep 17 00:00:00 2001 From: Alex Wright Date: Mon, 10 Oct 2022 00:12:30 +0100 Subject: [PATCH] Apparently without this there's not enough info to decode --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 705ac77..94f8876 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ csv = "1.1.6" serde = { version = "1.0.145", features = ["derive"] } serde_repr = "0.1.9" extindex = "0.5.0" -rust_decimal = "1.26.1" +rust_decimal = { version = "1.26.1", features = ["serde-str"] }