diff --git a/libdd-profiling-heap-allocator/Cargo.toml b/libdd-profiling-heap-allocator/Cargo.toml index 92df77b1a2..d7afb0e235 100644 --- a/libdd-profiling-heap-allocator/Cargo.toml +++ b/libdd-profiling-heap-allocator/Cargo.toml @@ -10,7 +10,6 @@ repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-profiling-he edition.workspace = true rust-version.workspace = true license.workspace = true -publish = false [lib] bench = false @@ -22,7 +21,7 @@ bench = false live-heap = ["libdd-profiling-heap-sampler/live-heap"] [dependencies] -libdd-profiling-heap-sampler = { path = "../libdd-profiling-heap-sampler" } +libdd-profiling-heap-sampler = { version = "0.1.0", path = "../libdd-profiling-heap-sampler" } [dev-dependencies] criterion = "0.5.1" diff --git a/libdd-profiling-heap-gotter/Cargo.toml b/libdd-profiling-heap-gotter/Cargo.toml index 38cd0d0b97..be42e596a3 100644 --- a/libdd-profiling-heap-gotter/Cargo.toml +++ b/libdd-profiling-heap-gotter/Cargo.toml @@ -10,7 +10,6 @@ repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-profiling-he edition.workspace = true rust-version.workspace = true license.workspace = true -publish = false [lib] crate-type = ["lib", "cdylib"] @@ -26,7 +25,7 @@ test-support = [] [target.'cfg(target_os = "linux")'.dependencies] libc = "0.2" -libdd-profiling-heap-sampler = { path = "../libdd-profiling-heap-sampler" } +libdd-profiling-heap-sampler = { version = "0.1.0", path = "../libdd-profiling-heap-sampler" } [target.'cfg(target_os = "linux")'.dev-dependencies] libc = "0.2" diff --git a/libdd-profiling-heap-sampler/Cargo.toml b/libdd-profiling-heap-sampler/Cargo.toml index 5a27aaeac8..b27e584011 100644 --- a/libdd-profiling-heap-sampler/Cargo.toml +++ b/libdd-profiling-heap-sampler/Cargo.toml @@ -10,7 +10,6 @@ repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-profiling-he edition.workspace = true rust-version.workspace = true license.workspace = true -publish = false [lib] crate-type = ["lib", "staticlib"] diff --git a/libdd-profiling-heap-sampler/NOTICE b/libdd-profiling-heap-sampler/NOTICE new file mode 100644 index 0000000000..a360370e58 --- /dev/null +++ b/libdd-profiling-heap-sampler/NOTICE @@ -0,0 +1,12 @@ +Datadog libdatadog +Copyright 2021-2022 Datadog, Inc. + +This product includes software developed at Datadog (). + +-- + +This product bundles a copy of the libbpf/usdt single-header USDT +library in `libdd-profiling-heap-sampler/vendor/usdt.h`. That file is licensed +under the BSD 2-Clause License, Copyright (c) 2024 Meta Platforms, Inc. +and affiliates. The SPDX identifier and copyright notice are retained +verbatim in the file header. Upstream: .