mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Bump parity-util-mem (#921)
* Bump parity-util-mem * Change util mem version to wildcard
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user