summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Grunert <mail@saschagrunert.de>2017-01-26 21:32:17 +0100
committerSascha Grunert <mail@saschagrunert.de>2017-01-26 21:32:17 +0100
commit1a0fa33ae30032e943fe0b34fa5aa5caa44d3ba2 (patch)
tree686d767b547aad5a0f4c49cd546bf5ad0b606246
parenteacf6ad35573b6834df2d63edaeefa98ee299e35 (diff)
Fixed builds related to regex1.3.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b3a4a2e..b38359c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-journal"
-version = "1.3.1"
+version = "1.3.2"
license = "MIT"
readme = "README.md"
keywords = ["parser", "git", "log", "changelog", "journal"]