Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump parity-util-mem (#921)
Browse files Browse the repository at this point in the history
* Bump parity-util-mem

* Change util mem version to wildcard
  • Loading branch information
montekki authored Mar 22, 2020
1 parent a0e7301 commit 9c45e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -13,7 +13,7 @@ edition = "2018"
cli = { package = "polkadot-cli", path = "cli" }
futures = "0.3.4"
service = { package = "polkadot-service", path = "service" }
parity-util-mem = { version = "0.5.1", default-features = false, features = ["jemalloc-global"] }
parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] }

[build-dependencies]
vergen = "3.0.4"
Expand Down

0 comments on commit 9c45e89

Please sign in to comment.