We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
schemars
1 parent 77b1457 commit ed9dcd4Copy full SHA for ed9dcd4
Cargo.toml
@@ -17,7 +17,7 @@ edition = "2018"
17
num-traits = { version = "0.2.1", default-features = false }
18
serde = { version = "1.0", optional = true, default-features = false }
19
rkyv = { version = "0.7", optional = true, default-features = false, features = ["size_32"] }
20
-schemars = { version = "0.6.5", optional = true }
+schemars = { version = "0.8.8", optional = true }
21
rand = { version = "0.8.3", optional = true, default-features = false }
22
arbitrary = { version = "1.0.0", optional = true }
23
proptest = { version = "1.0.0", optional = true }
0 commit comments