Skip to content

Commit

Permalink
Fix utoipa-gen feature and update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Jul 12, 2023
1 parent 6c2ca20 commit 588ff69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions utoipa-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa-gen"
description = "Code generation implementation for utoipa"
version = "3.4.0"
version = "3.4.1"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -44,7 +44,7 @@ yaml = []
decimal = []
rocket_extras = ["regex", "syn/extra-traits"]
non_strict_integers = []
uuid = ["dep:uuid", "utoipa/uuid"]
uuid = ["dep:uuid"]
axum_extras = ["regex", "syn/extra-traits"]
time = []
smallvec = []
Expand Down
2 changes: 1 addition & 1 deletion utoipa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ auto_into_responses = ["utoipa-gen/auto_into_responses"]
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
serde_yaml = { version = "0.9", optional = true }
utoipa-gen = { version = "3.4.0", path = "../utoipa-gen" }
utoipa-gen = { version = "3.4.1", path = "../utoipa-gen" }
indexmap = { version = "2", features = ["serde"] }

[dev-dependencies]
Expand Down

0 comments on commit 588ff69

Please sign in to comment.