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

@ -9,6 +9,7 @@ edition = "2018"
license = "MIT"
readme = "README.md"
keywords = ["rust", "json-schema", "serde"]
rust-version = "1.56"
[lib]
proc-macro = true