summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-02-14 20:32:13 +0900
committerdalance <dalance@gmail.com>2019-02-14 20:32:13 +0900
commit6c87938b44ce632a032613f4371818bfee26290d (patch)
treeb028cab8d27245f85706961320b3cfad2d0569e4
parentae66390ebc0afd09742cdfae68eb3cc8aa0dca2b (diff)
Prepare to v0.4.5v0.4.5
-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 475293f..f3e2db2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -594,7 +594,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.4.5-pre"
+version = "0.4.5"
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 67a2d95..67d326a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.4.5-pre"
+version = "0.4.5"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]