diff --git a/Cargo.lock b/Cargo.lock index b1c26c1f5a..6640fe9384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3100,7 +3100,7 @@ dependencies = [ [[package]] name = "libdd-libunwind-sys" -version = "0.1.0" +version = "1.0.0" dependencies = [ "cc", "libc", diff --git a/libdd-crashtracker/Cargo.toml b/libdd-crashtracker/Cargo.toml index 1c0c7ceaa1..c2bf7f676e 100644 --- a/libdd-crashtracker/Cargo.toml +++ b/libdd-crashtracker/Cargo.toml @@ -42,7 +42,7 @@ cxx = ["dep:cxx", "dep:cxx-build"] blazesym = "=0.2.3" [target.'cfg(target_os = "linux")'.dependencies] -libdd-libunwind-sys = { version = "0.1.0", path = "../libdd-libunwind-sys" } +libdd-libunwind-sys = { version = "1.0.0", path = "../libdd-libunwind-sys" } [dependencies] anyhow = "1.0" diff --git a/libdd-libunwind-sys/Cargo.toml b/libdd-libunwind-sys/Cargo.toml index 902fbb3b58..8e99e5280e 100644 --- a/libdd-libunwind-sys/Cargo.toml +++ b/libdd-libunwind-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libdd-libunwind-sys" -version = "0.1.0" +version = "1.0.0" description = "Rust bindings for using unwind library inside libdatadog" homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-libunwind-sys" repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-libunwind-sys"