mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
Add license to tracking-allocator and add staging-prefix (#2261)
The staging- rename commit was missing from the last PR for some reason.
This commit is contained in:
@@ -11,7 +11,7 @@ cfg-if = "1.0"
|
||||
gum = { package = "tracing-gum", path = "../../../gum" }
|
||||
libc = "0.2.139"
|
||||
rayon = "1.5.1"
|
||||
tracking-allocator = { path = "../../../tracking-allocator" }
|
||||
tracking-allocator = { package = "staging-tracking-allocator", path = "../../../tracking-allocator" }
|
||||
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
|
||||
tikv-jemallocator = { version = "0.5.0", optional = true }
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "tracking-allocator"
|
||||
name = "staging-tracking-allocator"
|
||||
description = "Tracking allocator to control the amount of memory consumed by the process"
|
||||
version = "1.0.0"
|
||||
authors.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user