Apparently without this there's not enough info to decode

This commit is contained in:
Alex Wright 2022-10-10 00:12:30 +01:00
parent 4ace40319f
commit f52d2d06ec
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }