Skip to content

Commit

Permalink
Fix serde version for apistos-gen-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran committed Jul 11, 2024
1 parent bd24d50 commit d49eb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apistos-gen-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apistos-core = { path = "../apistos-core", version = "0.3.2", features = ["actix
apistos-gen = { path = "../apistos-gen", version = "0.3.2" }
# we use the "preserve_order" feature from schemars here following https://github.com/netwo-io/apistos/pull/78
schemars = { workspace = true, features = ["preserve_order"] }
serde = { version = "1.0.188", features = ["derive"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
uuid = { workspace = true, features = ["v4"] }

Expand Down

0 comments on commit d49eb3c

Please sign in to comment.