From d63bd8a27263900a2a13cdce93259519953abd21 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 21 Nov 2023 16:51:03 +0100 Subject: [PATCH] Fix schemars --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a61c240..d769ffd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"