mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 02:01:06 +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:
Generated
+5
-5
@@ -12545,10 +12545,10 @@ dependencies = [
|
|||||||
"sc-executor-common",
|
"sc-executor-common",
|
||||||
"sc-executor-wasmtime",
|
"sc-executor-wasmtime",
|
||||||
"sp-maybe-compressed-blob",
|
"sp-maybe-compressed-blob",
|
||||||
|
"staging-tracking-allocator",
|
||||||
"tikv-jemalloc-ctl",
|
"tikv-jemalloc-ctl",
|
||||||
"tikv-jemallocator",
|
"tikv-jemallocator",
|
||||||
"tracing-gum",
|
"tracing-gum",
|
||||||
"tracking-allocator",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -18328,6 +18328,10 @@ dependencies = [
|
|||||||
"sp-std 8.0.0",
|
"sp-std 8.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "staging-tracking-allocator"
|
||||||
|
version = "1.0.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "staging-xcm"
|
name = "staging-xcm"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
@@ -19622,10 +19626,6 @@ dependencies = [
|
|||||||
"tracing-serde",
|
"tracing-serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tracking-allocator"
|
|
||||||
version = "1.0.0"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "trie-bench"
|
name = "trie-bench"
|
||||||
version = "0.38.0"
|
version = "0.38.0"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ cfg-if = "1.0"
|
|||||||
gum = { package = "tracing-gum", path = "../../../gum" }
|
gum = { package = "tracing-gum", path = "../../../gum" }
|
||||||
libc = "0.2.139"
|
libc = "0.2.139"
|
||||||
rayon = "1.5.1"
|
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-jemalloc-ctl = { version = "0.5.0", optional = true }
|
||||||
tikv-jemallocator = { version = "0.5.0", optional = true }
|
tikv-jemallocator = { version = "0.5.0", optional = true }
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tracking-allocator"
|
name = "staging-tracking-allocator"
|
||||||
description = "Tracking allocator to control the amount of memory consumed by the process"
|
description = "Tracking allocator to control the amount of memory consumed by the process"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user