Skip to content

Commit f473a8c

Browse files
committed
chore.version-bump: Version bump
1 parent 5a3a5b9 commit f473a8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/aide-axum-typed-multipart/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aide-axum-typed-multipart"
3-
version = "0.1.0"
3+
version = "0.13.0"
44
edition = "2021"
55
authors = ["emonadeo"]
66
keywords = ["web", "axum", "multipart"]
@@ -10,7 +10,7 @@ description = "Type safe multipart/form-data handling for axum and aide"
1010
readme = "README.md"
1111

1212
[dependencies]
13-
aide = { path = "../aide" }
13+
aide = { version = "0.13", path = "../aide" }
1414
axum = "0.7.4"
1515
axum_typed_multipart = { version = "0.11.0" }
1616
indexmap = "2.2.2"

crates/aide/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aide"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
authors = ["tamasfe"]
55
edition = "2021"
66
keywords = ["generate", "api", "openapi", "documentation", "specification"]

0 commit comments

Comments
 (0)