summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-02-07 20:52:16 +0900
committerdalance <dalance@gmail.com>2019-02-07 20:52:16 +0900
commite4968e2aad84825763ca42eba43da8bf2cd47d36 (patch)
tree9ff7d765cacab472594cb29b17e44dff6b629565
parentb7369b2f5a58884148e4dced67b780638c609202 (diff)
Prepare to v0.4.3v0.4.3
-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 ab8f515..5500ad6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -594,7 +594,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.4.3-pre"
+version = "0.4.3"
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 18ecfdd..c450a95 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.4.3-pre"
+version = "0.4.3"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]