Skip to content

Commit

Permalink
Release rstack 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 28, 2019
1 parent c7df877 commit 4e27d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rstack-self/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libc = "0.2"
serde = { version = "1.0", features = ["derive"] }
bincode = "1.0"

rstack = { version = "0.1.2", path = "../rstack", default-features = false }
rstack = { version = "0.2.0", path = "../rstack", default-features = false }

[dev-dependencies]
env_logger = "0.5"
2 changes: 1 addition & 1 deletion rstack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rstack"
version = "0.1.2"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
description = "Stack traces of remote processes"
Expand Down

0 comments on commit 4e27d5d

Please sign in to comment.