From f932095db1e642710cc7f23b0bd35dcd11577588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Guiton?= <45786362+ProbablyClem@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:57:36 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 227bca4..d268bfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] authors = ["ProbablyClem", "RxDiscovery", "DenuxPlays"] -version = "0.1.13" +version = "0.1.14" edition = "2021" keywords = ["utoipa", "openapi", "swagger", "path", "auto"] description = "Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase"