Skip to content

Commit

Permalink
Fix schemars
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Nov 21, 2023
1 parent b341133 commit d63bd8a
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 @@ -40,7 +40,7 @@ num-traits = "0.2.15"
once_cell = "1"
rand = "0.8.5"
reqwest = { version = "0.11.13", features = ["json"] }
schemars = "0.8.5"
schemars = "=0.8.5"
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
thiserror = "1.0.34"
Expand Down

0 comments on commit d63bd8a

Please sign in to comment.