From 7eedc78c7a5ad95fa86392397c1d0e3217e41387 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Tue, 16 Feb 2021 12:06:40 +0100 Subject: [PATCH] Version 0.9.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8effaf32..3b9701e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "plato" -version = "0.9.14" +version = "0.9.15" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 7f5921aa..6f8f4410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.9.14" +version = "0.9.15" edition = "2018" [[bin]]