Skip to content

Commit 24c38f7

Browse files
committed
shrink diff to base branch
1 parent 2fccc1b commit 24c38f7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

ddcommon-ffi/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
// Copyright 2021-Present Datadog, Inc. https://www.datadoghq.com/
22
// SPDX-License-Identifier: Apache-2.0
33

4-
mod endpoint;
54
mod error;
65

76
pub mod array_queue;
7+
pub mod endpoint;
88
pub mod option;
99
pub mod slice;
1010
pub mod string;
1111
pub mod tags;
1212
pub mod timespec;
1313
pub mod vec;
1414

15-
pub use endpoint::*;
1615
pub use error::*;
1716
pub use option::*;
1817
pub use slice::{CharSlice, Slice};

live-debugger-ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ bench = false
1313
[dependencies]
1414
datadog-live-debugger = { path = "../live-debugger" }
1515
ddcommon = { path = "../ddcommon" }
16-
ddcommon-ffi = { path = "../ddcommon-ffi", default-features = false }
1716
ddcommon-net1 = { path = "../ddcommon-net1" }
17+
ddcommon-ffi = { path = "../ddcommon-ffi", default-features = false }
1818
percent-encoding = "2.1"
1919
uuid = { version = "1.7.0", features = ["v4"] }
2020
serde_json = "1.0"

profiling-ffi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ build_common = { path = "../build-common" }
3434
anyhow = "1.0"
3535
datadog-crashtracker-ffi = { path = "../crashtracker-ffi", default-features = false, optional = true}
3636
datadog-profiling = { path = "../profiling" }
37-
futures = { version = "0.3", default-features = false }
3837
hyper = { version = "0.14", features = ["backports", "deprecated"], default-features = false }
3938
ddcommon = { path = "../ddcommon" }
4039
ddcommon-ffi = { path = "../ddcommon-ffi", default-features = false }
4140
ddtelemetry-ffi = { path = "../ddtelemetry-ffi", default-features = false, optional = true, features = ["expanded_builder_macros"] }
4241
libc = "0.2"
4342
tokio-util = "0.7.1"
4443
serde_json = { version = "1.0" }
44+
futures = { version = "0.3", default-features = false }
4545
symbolizer-ffi = { path = "../symbolizer-ffi", optional = true, default-features = false }
4646
symbolic-demangle = { version = "12.8.0", default-features = false, features = ["rust", "cpp", "msvc"] }
4747
symbolic-common = "12.8.0"
4848
data-pipeline-ffi = { path = "../data-pipeline-ffi", default-features = false, optional = true }
4949

5050
[dev-dependencies]
51-
http-body-util = "0.1"
51+
http-body-util = "0.1"

0 commit comments

Comments
 (0)