From a8c56df6e1277e7eadf0806105de995c7fd4d809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romaric=20Philog=C3=A8ne?= Date: Fri, 3 Jun 2022 00:42:06 +0200 Subject: [PATCH] Release v0.8.4 (#153) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Romaric Philogène --- dump-parser/Cargo.toml | 2 +- replibyte/Cargo.toml | 2 +- subset/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dump-parser/Cargo.toml b/dump-parser/Cargo.toml index dbda62d3..79d8adfe 100644 --- a/dump-parser/Cargo.toml +++ b/dump-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dump-parser" -version = "0.8.3" +version = "0.8.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/replibyte/Cargo.toml b/replibyte/Cargo.toml index f7bff0b6..23347cca 100644 --- a/replibyte/Cargo.toml +++ b/replibyte/Cargo.toml @@ -1,6 +1,6 @@ [package] edition = "2021" -version = "0.8.3" +version = "0.8.4" name = "replibyte" authors = ["Qovery Team", "Fab", "Benny", "Contributos"] diff --git a/subset/Cargo.toml b/subset/Cargo.toml index 11b8f3d9..2fbbfafa 100644 --- a/subset/Cargo.toml +++ b/subset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subset" -version = "0.8.3" +version = "0.8.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html