Skip to content

Commit

Permalink
fix(cosmwasm): pin dlmalloc to 0.2.4 (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen authored Apr 5, 2024
2 parents dddefc0 + 993b514 commit e15cb30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ crossbeam-queue = { version = "0.3.8", default-features = false }
cw-storage-plus = { version = "1.1", default-features = false }
dashmap = { version = "5.5.3", default-features = false }
derive_more = { version = "0.99.17", default-features = false }
dlmalloc = { version = "0.2.4", default-features = false }
dlmalloc = { version = "=0.2.4", default-features = false }
either = { version = "1.9.0", default-features = false }
enumorph = { version = "0.1.2", default-features = false }
ethabi = { version = "18.0.0", default-features = false }
Expand Down

0 comments on commit e15cb30

Please sign in to comment.