From 479a12f886d7538acaad6f104734c58743642fb8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 13 Oct 2019 16:28:23 -0700 Subject: [PATCH] Release unwind v0.3.0 --- rstack/Cargo.toml | 2 +- unwind/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rstack/Cargo.toml b/rstack/Cargo.toml index 6364bbf..3787758 100644 --- a/rstack/Cargo.toml +++ b/rstack/Cargo.toml @@ -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 } diff --git a/unwind/Cargo.toml b/unwind/Cargo.toml index 5de74ec..9ce857b 100644 --- a/unwind/Cargo.toml +++ b/unwind/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unwind" -version = "0.2.0" +version = "0.3.0" authors = ["Steven Fackler "] edition = "2018" description = "An interface to libunwind"