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"] }