diff --git a/Cargo.lock b/Cargo.lock index 41e44fef00..7bc34355a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3201,7 +3201,7 @@ dependencies = [ [[package]] name = "libdd-libunwind-sys" -version = "29.0.0" +version = "0.1.0" dependencies = [ "cc", "libc", diff --git a/libdd-crashtracker/Cargo.toml b/libdd-crashtracker/Cargo.toml index 46cb73b36d..5a3cdd1de0 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 = "29.0.0", path = "../libdd-libunwind-sys" } +libdd-libunwind-sys = { version = "0.1.0", path = "../libdd-libunwind-sys" } [dependencies] anyhow = "1.0" diff --git a/libdd-libunwind-sys/Cargo.toml b/libdd-libunwind-sys/Cargo.toml index 78c1088900..cb925be5f4 100644 --- a/libdd-libunwind-sys/Cargo.toml +++ b/libdd-libunwind-sys/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "libdd-libunwind-sys" -edition.workspace = true -version.workspace = true -rust-version.workspace = true -license.workspace = true +edition = "2021" +version = "0.1.0" +rust-version = "1.84.1" +license = "Apache-2.0" publish = false links = "unwind" # Tells Cargo this crate links to libunwind (prevents multiple builds)