From fe2b8df3e958abd19fca703586735e4b052bcaa7 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Thu, 15 Aug 2019 11:07:44 +0200 Subject: [PATCH] Version 0.7.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ca82361..6bc394fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -769,7 +769,7 @@ dependencies = [ [[package]] name = "plato" -version = "0.7.3" +version = "0.7.4" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index da140e8a..e4b560b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.7.3" +version = "0.7.4" edition = "2018" [[bin]]