From ffcfa7483d7fa1590ffa3d8ecefeb4c3a99536c5 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sat, 3 Sep 2022 14:58:48 +0200 Subject: [PATCH] Version 0.9.31 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6871502..60515adc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -811,7 +811,7 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" [[package]] name = "plato" -version = "0.9.30" +version = "0.9.31" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index a73ae2d0..d82e61d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.9.30" +version = "0.9.31" edition = "2021" [[bin]]