From 805b46e16409d96e82d9e51f5d1a7bf2accf9ad6 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Mon, 6 Feb 2023 09:14:07 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08bdd8e..9edff9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Extract schemas definitions tree from OpenAPI documents" authors = ["Pierre Hubert "] license = "MIT" repository = "https://gitea.communiquons.org/pierre/OpenAPI-Parser" -version = "0.3.0" +version = "0.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html