summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-02-25 13:48:37 +0900
committerdalance <dalance@gmail.com>2019-02-25 13:48:37 +0900
commitef7ee36ed6eb6a8bb08d44540dbc22bf13a1be33 (patch)
tree73d7fa732889705ac4c4563efb6ec098aa1701f1
parentd1613d4b7ab133290c153e53e065b5aa6c85d27a (diff)
Prepare to v0.5.2v0.5.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 720bebe..f31a2a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -604,7 +604,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.5.2-pre"
+version = "0.5.2"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index d4d0d7a..2eba7b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.5.2-pre"
+version = "0.5.2"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]