Skip to content

Commit

Permalink
Update next release versions (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku authored Mar 30, 2023
1 parent 78e2e83 commit 632437a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Check clippy
run: |
cargo clippy --quiet --frozen --locked --package ${{ matrix.crate }}
cargo clippy --quiet --package ${{ matrix.crate }}
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0"
version = "3.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion utoipa-swagger-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa-swagger-ui"
description = "Swagger UI for utoipa"
version = "3.1.1"
version = "3.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions utoipa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa"
description = "Compile time generated OpenAPI documentation for Rust"
version = "3.2.0"
version = "3.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -38,7 +38,7 @@ preserve_order = []
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
serde_yaml = { version = "0.9", optional = true }
utoipa-gen = { version = "3.2.0", path = "../utoipa-gen" }
utoipa-gen = { version = "3.2.1", path = "../utoipa-gen" }
indexmap = { version = "1", features = ["serde"] }

[dev-dependencies]
Expand Down

0 comments on commit 632437a

Please sign in to comment.