From 3264ae6e93fd1dad0ec9470349be1901e6a47e32 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Mon, 29 Jun 2020 19:21:29 +0200 Subject: [PATCH] Version 0.8.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f326ddc..6073b137 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "plato" -version = "0.8.8" +version = "0.8.9" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8707a75d..a2537923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.8.8" +version = "0.8.9" edition = "2018" [[bin]]