Skip to content

Commit ed9dcd4

Browse files
jo-gorombrubeck
authored andcommitted
Bumps up schemars to the latest version (0.8.8)
1 parent 77b1457 commit ed9dcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2018"
1717
num-traits = { version = "0.2.1", default-features = false }
1818
serde = { version = "1.0", optional = true, default-features = false }
1919
rkyv = { version = "0.7", optional = true, default-features = false, features = ["size_32"] }
20-
schemars = { version = "0.6.5", optional = true }
20+
schemars = { version = "0.8.8", optional = true }
2121
rand = { version = "0.8.3", optional = true, default-features = false }
2222
arbitrary = { version = "1.0.0", optional = true }
2323
proptest = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)