From d96e40737060b569ae875f37d6d741fd5ccc802c Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Mon, 17 Aug 2020 18:37:57 +0200 Subject: [PATCH] Version 0.9.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9411855..4a8d2d2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,7 +672,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "plato" -version = "0.9.1" +version = "0.9.2" 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 1f8e7b13..7a4d8726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.9.1" +version = "0.9.2" edition = "2018" [[bin]]