Skip to content

Commit 3c34f14

Browse files
authored
chore(libdd-common-ffi): remove unneded dependency version (#1868)
# What does this PR do? Removes dependency version for libdd-common. # Motivation Since libdd-common-ffi is not published the dependency version is not needed. Having it there was causing some addiotional computation in the publishing workflows. Co-authored-by: julio.gonzalez <julio.gonzalez@datadoghq.com>
1 parent d83038c commit 3c34f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdd-common-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build_common = { path = "../build-common" }
2323
anyhow = "1.0"
2424
chrono = { version = "0.4.38", features = ["std"] }
2525
crossbeam-queue = "0.3.11"
26-
libdd-common = { version = "3.0.2", path = "../libdd-common" }
26+
libdd-common = { path = "../libdd-common" }
2727
hyper = { workspace = true}
2828
serde = "1.0"
2929

0 commit comments

Comments
 (0)