Skip to content

Commit

Permalink
preserve utoipa ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
berinaniesh committed Oct 10, 2023
1 parent 08cd49f commit 5ad0656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_json = { version = "1.0.106", features = ["preserve_order"] }
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "macros"] }
tokio = { version = "1.32.0", features = ["fs", "rt-multi-thread", "macros"] }
utoipa = { version = "4.0.0", features = ["actix_extras"] }
utoipa = { version = "4.0.0", features = ["actix_extras", "preserve_order"] }
utoipa-swagger-ui = { version = "4.0.0", features = ["actix-web"] }

0 comments on commit 5ad0656

Please sign in to comment.