From 149f28937434273bf8d2e777f0e678c4ea41cd66 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sun, 19 Dec 2021 17:23:09 +0100 Subject: [PATCH] Version 0.9.23 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad1dc385..5f759128 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,7 +714,7 @@ checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe" [[package]] name = "plato" -version = "0.9.22" +version = "0.9.23" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 0d77a971..86c77495 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.9.22" +version = "0.9.23" edition = "2021" [[bin]]