Skip to content

Commit

Permalink
update rust_decimal in wasms
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Sep 8, 2022
1 parent 64a7bb9 commit 9d76bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/wasm_source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namada_tx_prelude = {path = "../../tx_prelude", optional = true}
namada_vp_prelude = {path = "../../vp_prelude", optional = true}
borsh = "0.9.0"
once_cell = {version = "1.8.0", optional = true}
rust_decimal = {version = "1.14.3", optional = true}
rust_decimal = {version = "1.26.1", optional = true}
wee_alloc = "0.4.5"
getrandom = { version = "0.2", features = ["custom"] }

Expand Down

0 comments on commit 9d76bb0

Please sign in to comment.