From 0b3038fed18084e5149a12c4c9c0826f26e5ce1b Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sat, 18 Jul 2020 10:49:36 +0200 Subject: [PATCH] Version 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f39b6f9d..b5cbea8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -678,7 +678,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "plato" -version = "0.8.9" +version = "0.9.0" 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 88138bbd..ab129c6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.8.9" +version = "0.9.0" edition = "2018" [[bin]]