From ba390a00e94e531d35260eb271ce109cf217fe8d Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Thu, 18 Nov 2021 11:24:29 +0100 Subject: [PATCH] Version 0.9.21 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a975149..9caa6546 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -727,7 +727,7 @@ checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f" [[package]] name = "plato" -version = "0.9.20" +version = "0.9.21" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 02943e3b..900c097a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.9.20" +version = "0.9.21" edition = "2021" [[bin]]