From af3b6e16def55cc70924d0f266985078f9aa1c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Guiton?= <45786362+ProbablyClem@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:12:24 +0100 Subject: [PATCH] version bump --- Cargo.toml | 4 ++-- utoipauto-core/Cargo.toml | 2 +- utoipauto-macro/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b767917..52132c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipauto" authors = ["ProbablyClem", "RxDiscovery"] -version = "0.1.7" +version = "0.1.8" 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" @@ -18,7 +18,7 @@ homepage = "https://github.com/ProbablyClem/utoipauto" [dependencies] -utoipauto-macro = "0.1.7" +utoipauto-macro = "0.1.8" [dev-dependencies] diff --git a/utoipauto-core/Cargo.toml b/utoipauto-core/Cargo.toml index 44ba393..d4f16b0 100644 --- a/utoipauto-core/Cargo.toml +++ b/utoipauto-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipauto-core" authors = ["ProbablyClem", "RxDiscovery"] -version = "0.1.7" +version = "0.1.8" 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" diff --git a/utoipauto-macro/Cargo.toml b/utoipauto-macro/Cargo.toml index 031d2e4..c9ce0cd 100644 --- a/utoipauto-macro/Cargo.toml +++ b/utoipauto-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utoipauto-macro" -version = "0.1.7" +version = "0.1.8" edition = "2021" authors = ["ProbablyClem", "RxDiscovery"] keywords = ["utoipa", "openapi", "swagger", "path", "auto"] @@ -19,7 +19,7 @@ homepage = "https://github.com/ProbablyClem/utoipauto" proc-macro = true [dependencies] -utoipauto-core = "0.1.7" +utoipauto-core = "0.1.8" quote = "1.0.28" syn = { version = "2.0.18", features = ["full"] }