From 8bc64c8023c1f1ec80bb2819d0af19bac175e770 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sun, 20 Sep 2020 15:12:19 +0200 Subject: [PATCH] Version 0.9.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47c1ea43..c21f3eb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -666,7 +666,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "plato" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow 1.0.32 (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 7b471bb0..cb8a0348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.9.3" +version = "0.9.4" edition = "2018" [[bin]]