Skip to content

Commit

Permalink
refactor: add feature_flag to Cargo.toml according to libdatadog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dubloom committed Dec 19, 2024
1 parent 0d57b55 commit cb0f7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crate-type = ["staticlib", "cdylib"]
path = "lib.rs"

[dependencies]
ddcommon = { path = "../libdatadog/ddcommon" }
ddcommon = { path = "../libdatadog/ddcommon", features = ["cgroup_testing"] }
ddcommon-ffi = { path = "../libdatadog/ddcommon-ffi", default-features = false }
ddtelemetry = { path = "../libdatadog/ddtelemetry" }
ddtelemetry-ffi = { path = "../libdatadog/ddtelemetry-ffi", default-features = false }
Expand Down

0 comments on commit cb0f7e6

Please sign in to comment.