Skip to content

Commit bb2b2bb

Browse files
authored
chore(ci): give libdd-libunwind-sys its own version (#1743)
# What does this PR do? Give `libdd-libunwind-sys` its own version. # Motivation `libdd-libunwind-sys` uses workspace.version, which makes simple submodule usage fail # Additional Notes Anything else we should know when reviewing? # How to test the change? Describe here in detail how the change can be validated. Co-authored-by: gyuheon.oh <[email protected]>
1 parent 622ea62 commit bb2b2bb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libdd-crashtracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cxx = ["dep:cxx", "dep:cxx-build"]
4242
blazesym = "=0.2.3"
4343

4444
[target.'cfg(target_os = "linux")'.dependencies]
45-
libdd-libunwind-sys = { version = "29.0.0", path = "../libdd-libunwind-sys" }
45+
libdd-libunwind-sys = { version = "0.1.0", path = "../libdd-libunwind-sys" }
4646

4747
[dependencies]
4848
anyhow = "1.0"

libdd-libunwind-sys/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "libdd-libunwind-sys"
3-
edition.workspace = true
4-
version.workspace = true
5-
rust-version.workspace = true
6-
license.workspace = true
3+
edition = "2021"
4+
version = "0.1.0"
5+
rust-version = "1.84.1"
6+
license = "Apache-2.0"
77
publish = false
88
links = "unwind" # Tells Cargo this crate links to libunwind (prevents multiple builds)
99

0 commit comments

Comments
 (0)