Skip to content

Commit

Permalink
Bumps up schemars to the latest version (0.8.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-goro authored and mbrubeck committed Feb 4, 2022
1 parent 77b1457 commit ed9dcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -17,7 +17,7 @@ edition = "2018"
num-traits = { version = "0.2.1", default-features = false }
serde = { version = "1.0", optional = true, default-features = false }
rkyv = { version = "0.7", optional = true, default-features = false, features = ["size_32"] }
schemars = { version = "0.6.5", optional = true }
schemars = { version = "0.8.8", optional = true }
rand = { version = "0.8.3", optional = true, default-features = false }
arbitrary = { version = "1.0.0", optional = true }
proptest = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit ed9dcd4

Please sign in to comment.