Skip to content

Commit bab93b4

Browse files
committed
Release unwind 0.4.2
1 parent b63d335 commit bab93b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unwind/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unwind"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
description = "An interface to libunwind"
@@ -17,4 +17,4 @@ ptrace = ["unwind-sys/ptrace"]
1717
libc = "0.2"
1818
foreign-types = "0.5"
1919

20-
unwind-sys = { version = "0.1.3", path = "../unwind-sys" }
20+
unwind-sys = { version = "0.1.4", path = "../unwind-sys" }

0 commit comments

Comments
 (0)