From 089819245fcea470b44b9d2c30146e59cadf41fe Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sun, 24 Mar 2019 10:12:22 +0100 Subject: [PATCH] Version 0.6.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b25c47fd..c67d391d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,7 +746,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "plato" -version = "0.6.6" +version = "0.6.7" 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 c1bd6248..9bd787fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.6.6" +version = "0.6.7" edition = "2018" [[bin]]