Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libdd-crashtracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions libdd-libunwind-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Loading