Skip to content

Commit

Permalink
Add std feature for rust-decimal (#81)
Browse files Browse the repository at this point in the history
* Add std feature for rust-decimal

* Update rust_decimal version
  • Loading branch information
undef1nd committed Sep 14, 2020
1 parent c7b5c92 commit c1bfc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -15,7 +15,7 @@ exclude = ["tests/**", ".github/*"]

[dependencies]
indexmap="1.1.0"
rust_decimal="1.6.0"
rust_decimal= { version = "1.8.0", features = ["std"] }
data-encoding = "2.2.1"

[dev-dependencies]
Expand Down

0 comments on commit c1bfc40

Please sign in to comment.