Skip to content

Commit

Permalink
chore.version-bump: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicpar committed Mar 6, 2024
1 parent 5a3a5b9 commit f473a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/aide-axum-typed-multipart/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aide-axum-typed-multipart"
version = "0.1.0"
version = "0.13.0"
edition = "2021"
authors = ["emonadeo"]
keywords = ["web", "axum", "multipart"]
Expand All @@ -10,7 +10,7 @@ description = "Type safe multipart/form-data handling for axum and aide"
readme = "README.md"

[dependencies]
aide = { path = "../aide" }
aide = { version = "0.13", path = "../aide" }
axum = "0.7.4"
axum_typed_multipart = { version = "0.11.0" }
indexmap = "2.2.2"
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.2"
version = "0.13.3"
authors = ["tamasfe"]
edition = "2021"
keywords = ["generate", "api", "openapi", "documentation", "specification"]
Expand Down

0 comments on commit f473a8c

Please sign in to comment.