mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
Bump Rust edition to 2021 and a few crates (#18608)
* bump Rust edition to 2021, update a few creates * bump Rust edition to 2021, update a few creates
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
[workspace]
|
||||
members = ["output/*"]
|
||||
resolver = "2"
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["OpenAPI Generator team and contributors"]
|
||||
description = "API under test"
|
||||
# Override this license by providing a License Object in the OpenAPI.
|
||||
license = "Unlicense"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["client", "server"]
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["OpenAPI Generator team and contributors"]
|
||||
description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
|
||||
# Override this license by providing a License Object in the OpenAPI.
|
||||
license = "Unlicense"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["client", "server"]
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["OpenAPI Generator team and contributors"]
|
||||
description = "API under test"
|
||||
# Override this license by providing a License Object in the OpenAPI.
|
||||
license = "Unlicense"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["client", "server"]
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["OpenAPI Generator team and contributors"]
|
||||
description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
|
||||
# Override this license by providing a License Object in the OpenAPI.
|
||||
license = "Unlicense"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["client", "server"]
|
||||
|
||||
@@ -4,7 +4,7 @@ version = "1.0.0"
|
||||
authors = ["OpenAPI Generator team and contributors"]
|
||||
description = "This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\"
|
||||
license = "Apache-2.0"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
publish = ["crates-io"]
|
||||
|
||||
[features]
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["OpenAPI Generator team and contributors"]
|
||||
description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
|
||||
# Override this license by providing a License Object in the OpenAPI.
|
||||
license = "Unlicense"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["client", "server"]
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["OpenAPI Generator team and contributors"]
|
||||
description = "This spec is for testing rust-server-specific things"
|
||||
# Override this license by providing a License Object in the OpenAPI.
|
||||
license = "Unlicense"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["client", "server"]
|
||||
|
||||
Reference in New Issue
Block a user