From 311c9ae6eab174050861f40f6e8b05f57170fdc0 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sat, 11 May 2019 10:26:48 +0200 Subject: [PATCH] Version 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc26b3d9..0ccfbf2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "plato" -version = "0.7.0" +version = "0.7.1" 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 b7f18d7d..3e31bebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.7.0" +version = "0.7.1" edition = "2018" [[bin]]