Skip to content

Commit

Permalink
Update utoipa-config version
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Oct 2, 2024
1 parent 7d22bcc commit 56c06a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion utoipa-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@

### Changed

* Remove commit commit id from changelogs(https://github.com/juhaku/utoipa/pull/1077)
* Update `utoipa-config` version
* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)
* Update to rc version
* Chore unify request body and ext request body (https://github.com/juhaku/utoipa/pull/1067)
* Refactor structs processing (https://github.com/juhaku/utoipa/pull/1060)
Expand Down
2 changes: 1 addition & 1 deletion utoipa-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version.workspace = true
proc-macro = true

[dependencies]
utoipa-config = { version = "0.1", path = "../utoipa-config", optional = true }
utoipa-config = { version = "0.1.0-rc", path = "../utoipa-config", optional = true }
once_cell = { version = "1.19.0", optional = true }
proc-macro2 = "1.0"
syn = { version = "2.0", features = ["full", "extra-traits"] }
Expand Down

0 comments on commit 56c06a1

Please sign in to comment.