summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Grunert <mail@saschagrunert.de>2017-03-05 13:20:06 +0100
committerSascha Grunert <mail@saschagrunert.de>2017-03-05 13:20:06 +0100
commitff44cb12f7f3558cb42b2993a5fc709b594ba21c (patch)
treed1d042af25e20ea7d235d1c9a03bee9b873ef7ad
parent4202f7583c0892aa5b6b23a7be9c4a6a408cd9eb (diff)
Changed Cargo files to newest version1.4.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml3
2 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 66ebcde..e2b2170 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "git-journal"
-version = "1.4.0"
+version = "1.4.1"
dependencies = [
"chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.20.5 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 3575878..b4bde78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-journal"
-version = "1.4.0"
+version = "1.4.1"
license = "MIT"
readme = "README.md"
keywords = ["parser", "git", "log", "changelog", "journal"]
@@ -37,4 +37,3 @@ toml = "0"
name = "git-journal"
path = "src/main.rs"
doc = false
-