Skip to content

Commit 62ddd58

Browse files
committed
First pass
1 parent 33c9c44 commit 62ddd58

File tree

5 files changed

+340
-43
lines changed

5 files changed

+340
-43
lines changed

src/native/Cargo.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/native/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ profiling = ["dep:datadog-profiling-ffi"]
1616

1717
[dependencies]
1818
anyhow = { version = "1.0", optional = true }
19-
datadog-crashtracker = { git = "https://github.com/DataDog/libdatadog", rev = "v21.0.0", optional = true }
20-
datadog-ddsketch = { git = "https://github.com/DataDog/libdatadog", rev = "v21.0.0" }
21-
datadog-library-config = { git = "https://github.com/DataDog/libdatadog", rev = "v21.0.0" }
22-
data-pipeline = { git = "https://github.com/DataDog/libdatadog", rev = "v21.0.0" }
23-
datadog-profiling-ffi = { git = "https://github.com/DataDog/libdatadog", rev = "v21.0.0", optional = true, features = [
19+
datadog-crashtracker = { git = "https://github.com/DataDog/libdatadog", rev = "f15aff5b4d19ed1b78dbd202e2529a0c4a40f283", optional = true }
20+
datadog-ddsketch = { git = "https://github.com/DataDog/libdatadog", rev = "f15aff5b4d19ed1b78dbd202e2529a0c4a40f283" }
21+
datadog-library-config = { git = "https://github.com/DataDog/libdatadog", rev = "f15aff5b4d19ed1b78dbd202e2529a0c4a40f283" }
22+
data-pipeline = { git = "https://github.com/DataDog/libdatadog", rev = "f15aff5b4d19ed1b78dbd202e2529a0c4a40f283" }
23+
datadog-profiling-ffi = { git = "https://github.com/DataDog/libdatadog", rev = "f15aff5b4d19ed1b78dbd202e2529a0c4a40f283", optional = true, features = [
2424
"cbindgen",
2525
] }
26-
ddcommon = { git = "https://github.com/DataDog/libdatadog", rev = "v21.0.0" }
26+
ddcommon = { git = "https://github.com/DataDog/libdatadog", rev = "f15aff5b4d19ed1b78dbd202e2529a0c4a40f283" }
2727
pyo3 = { version = "0.25", features = ["extension-module", "anyhow"] }
2828

2929
[build-dependencies]
3030
pyo3-build-config = "0.25"
31-
build_common = { git = "https://github.com/DataDog/libdatadog", rev = "v21.0.0", features = [
31+
build_common = { git = "https://github.com/DataDog/libdatadog", rev = "f15aff5b4d19ed1b78dbd202e2529a0c4a40f283", features = [
3232
"cbindgen",
3333
] }
3434

0 commit comments

Comments
 (0)