From 3d56977ecf7cb12ab8ce9b8d65f93a65751169f4 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 20 Aug 2023 17:23:41 +0100 Subject: [PATCH] Update to rust 2021 edition --- schemars/Cargo.toml | 2 +- schemars_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 850ef13..e02f0e0 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://graham.cool/schemars/" repository = "https://github.com/GREsau/schemars" version = "0.8.12" authors = ["Graham Esau "] -edition = "2018" +edition = "2021" license = "MIT" readme = "README.md" keywords = ["rust", "json-schema", "serde"] diff --git a/schemars_derive/Cargo.toml b/schemars_derive/Cargo.toml index 42d4fcd..8bb235e 100644 --- a/schemars_derive/Cargo.toml +++ b/schemars_derive/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://graham.cool/schemars/" repository = "https://github.com/GREsau/schemars" version = "0.8.12" authors = ["Graham Esau "] -edition = "2018" +edition = "2021" license = "MIT" readme = "README.md" keywords = ["rust", "json-schema", "serde"]