Skip to content

Commit 71b3acb

Browse files
authored
fix bigdecimal version with v0.4.5 to use threshold envs (#132)
* fix bigdecimal version with v0.4.5 to use threshold envs * >=0.4.5
1 parent f748f69 commit 71b3acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tsu = "1.0.1"
104104
bytes = "1.4.0"
105105
parking_lot = "0.12.1"
106106
base64 = "0.21.7"
107-
bigdecimal = "0.4"
107+
bigdecimal = ">=0.4.5"
108108
bech32 = "0.11"
109109
triomphe = "0.1.9"
110110
tiny-keccak = { version = "2.0.2", features = ["keccak", "sha3"] }

0 commit comments

Comments
 (0)