Skip to content

Commit

Permalink
Release unwind v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 13, 2019
1 parent b74bd83 commit 479a12f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rstack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ libc = "0.2"
log = "0.4"

dw_ = { package = "dw", version = "0.1", path = "../dw", optional = true }
unwind_ = { package = "unwind", version = "0.2", path = "../unwind", features = ["ptrace"], optional = true }
unwind_ = { package = "unwind", version = "0.3", path = "../unwind", features = ["ptrace"], optional = true }
2 changes: 1 addition & 1 deletion unwind/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unwind"
version = "0.2.0"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
description = "An interface to libunwind"
Expand Down

0 comments on commit 479a12f

Please sign in to comment.