We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63d335 commit bab93b4Copy full SHA for bab93b4
1 file changed
unwind/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unwind"
3
-version = "0.4.1"
+version = "0.4.2"
4
authors = ["Steven Fackler <[email protected]>"]
5
edition = "2018"
6
description = "An interface to libunwind"
@@ -17,4 +17,4 @@ ptrace = ["unwind-sys/ptrace"]
17
libc = "0.2"
18
foreign-types = "0.5"
19
20
-unwind-sys = { version = "0.1.3", path = "../unwind-sys" }
+unwind-sys = { version = "0.1.4", path = "../unwind-sys" }
0 commit comments