chore: Update to Rust 2021 edition in all crates

This commit is contained in:
Dmitry Dygalo 2022-04-10 23:31:34 +02:00
parent e7e0e9e1b8
commit 4a07ba9a82
No known key found for this signature in database
GPG Key ID: 0D78E60518FE18BB
7 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
name = "bench_helpers"
version = "0.1.0"
authors = ["dmitry.dygalo <dadygalo@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT"
[dependencies]

View File

@ -2,7 +2,7 @@
name = "jsonschema-python"
version = "0.14.0"
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT"
readme = "README.rst"
description = "JSON schema validaton library"

View File

@ -2,7 +2,7 @@
name = "json_schema_test_suite"
version = "0.3.0"
authors = ["Samuele Maci <macisamuele@gmail.com>"]
edition = "2018"
edition = "2021"
publish = true
readme = "README.md"
keywords = ["jsonschema"]

View File

@ -2,7 +2,7 @@
name = "json_schema_test_suite_proc_macro"
version = "0.3.0"
authors = ["Samuele Maci <macisamuele@gmail.com>"]
edition = "2018"
edition = "2021"
publish = true
keywords = ["jsonschema"]
categories = ["development-tools::procedural-macro-helpers", "development-tools::testing"]

View File

@ -2,7 +2,7 @@
name = "json_schema_test_suite_test_case"
version = "0.3.0"
authors = ["Samuele Maci <macisamuele@gmail.com>"]
edition = "2018"
edition = "2021"
publish = true
keywords = ["jsonschema"]
categories = ["development-tools::procedural-macro-helpers", "development-tools::testing"]

View File

@ -1,7 +1,7 @@
[package]
authors = ["dmitry.dygalo <dadygalo@gmail.com>"]
description = "A crate for performing JSON schema validation"
edition = "2018"
edition = "2021"
exclude = ["tests", "python", "benches/data/*.json", ".github", ".yamllint", ".pre-commit-config.yaml", ".gitignore", ".gitmodules", "*.md"]
keywords = ["jsonschema", "validation"]
license = "MIT"

View File

@ -2,7 +2,7 @@
name = "perf_helpers"
version = "0.1.0"
authors = ["Samuele Maci <macisamuele@gmail.com>"]
edition = "2018"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html