Skip to content

Commit

Permalink
Release unwind 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 26, 2022
1 parent 4a78a52 commit 86ec314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unwind/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unwind"
version = "0.4.0"
version = "0.4.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
description = "An interface to libunwind"
Expand All @@ -17,4 +17,4 @@ ptrace = ["unwind-sys/ptrace"]
libc = "0.2"
foreign-types = "0.5"

unwind-sys = { version = "0.1.2", path = "../unwind-sys" }
unwind-sys = { version = "0.1.3", path = "../unwind-sys" }

0 comments on commit 86ec314

Please sign in to comment.