Update MSRV to 1.56

This commit is contained in:
Graham Esau 2023-08-20 17:09:09 +01:00
parent 386e3d7f5a
commit e0495c0c87
6 changed files with 111 additions and 36 deletions

View file

@ -11,6 +11,7 @@ readme = "README.md"
keywords = ["rust", "json-schema", "serde"]
categories = ["encoding"]
build = "build.rs"
rust-version = "1.56"
[dependencies]
schemars_derive = { version = "=0.8.12", optional = true, path = "../schemars_derive" }