Skip to content

Commit

Permalink
Add license to tracking-allocator and add staging-prefix (#2261)
Browse files Browse the repository at this point in the history
The staging- rename commit was missing from the last PR for some reason.
  • Loading branch information
Morganamilo authored Nov 9, 2023
1 parent b0d0fb3 commit 03ee44d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 polkadot/node/core/pvf/prepare-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/tracking-allocator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 03ee44d

Please sign in to comment.