summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-02-16 16:07:22 +0900
committerdalance <dalance@gmail.com>2019-02-16 16:07:22 +0900
commit3e1d1f82845067e41993a8ea71813d33754eeb5c (patch)
treed987f9a50c61bc725f6ec4296f1eded87bf42957
parent8e72885cbd2b66d802adb7967795f380e1ef8548 (diff)
Prepare to v0.4.6v0.4.6
-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 217849e..7f61370 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -594,7 +594,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.4.6-pre"
+version = "0.4.6"
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 01fb7ce..4dd3563 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.4.6-pre"
+version = "0.4.6"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]