Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablyClem committed Jan 25, 2024
1 parent 1a531da commit af3b6e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -18,7 +18,7 @@ homepage = "https://github.com/ProbablyClem/utoipauto"


[dependencies]
utoipauto-macro = "0.1.7"
utoipauto-macro = "0.1.8"


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion utoipauto-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions utoipauto-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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"] }
Expand Down

0 comments on commit af3b6e1

Please sign in to comment.