Skip to content

Commit

Permalink
chore(aide): bump version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicpar committed Dec 18, 2023
1 parent 318f2ee commit 3fed0f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/aide-axum-sqlx-tx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
sqlx-06 = { package = "axum-sqlx-tx", version = "0.5.0", optional = true }
sqlx-07 = { package = "axum-sqlx-tx", version = "0.6.0", optional = true }
aide = { version = "0.13.0", path = "../aide" }
aide = { version = "0.13", path = "../aide" }

[dev-dependencies]
sqlx = { version = "^0.7", features = ["postgres"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/aide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aide"
version = "0.13.0"
version = "0.13.1"
authors = ["tamasfe"]
edition = "2021"
keywords = ["generate", "api", "openapi", "documentation", "specification"]
Expand Down
2 changes: 1 addition & 1 deletion crates/axum-jsonschema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Request JSON schema validation for axum"
readme = "README.md"

[dependencies]
aide = { version = "0.13.0", path = "../aide", optional = true, features = [
aide = { version = "0.13", path = "../aide", optional = true, features = [
"axum",
] }
async-trait = "0.1.57"
Expand Down

0 comments on commit 3fed0f6

Please sign in to comment.