diff --git a/Cargo.toml b/Cargo.toml index 8c414d0..07cebc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ documentation = "https://docs.rs/apistos/" license = "MIT OR Apache-2.0" rust-version = "1.77" publish = true -version = "1.0.0-pre-release.7" +version = "1.0.0-pre-release.8" [workspace.dependencies] actix-service = "2" diff --git a/README.md b/README.md index 4b7901a..2e7dfdb 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ carpenters, craftsmen, metallurgy ... which can also be considered by some as th ```toml [dependencies] schemars = "1.0.0-alpha.14" -apistos = "1.0.0-pre-release.6" +apistos = "1.0.0-pre-release.8" ``` ### Usage example diff --git a/apistos-core/Cargo.toml b/apistos-core/Cargo.toml index 1576872..2d7ff2f 100644 --- a/apistos-core/Cargo.toml +++ b/apistos-core/Cargo.toml @@ -33,7 +33,7 @@ serde_qs = { workspace = true, features = ["actix4"], optional = true } uuid = { workspace = true, optional = true } url = { workspace = true, optional = true } -apistos-models = { path = "../apistos-models", version = "1.0.0-pre-release.6", features = ["deserialize"] } +apistos-models = { path = "../apistos-models", version = "1.0.0-pre-release.8", features = ["deserialize"] } [dev-dependencies] assert-json-diff = { workspace = true } diff --git a/apistos-gen-test/Cargo.toml b/apistos-gen-test/Cargo.toml index 9170dfd..d214949 100644 --- a/apistos-gen-test/Cargo.toml +++ b/apistos-gen-test/Cargo.toml @@ -21,8 +21,8 @@ assert-json-diff = { workspace = true } chrono = { workspace = true, features = ["serde"] } futures-core = { workspace = true } apistos = { path = "../apistos", features = ["multipart", "uuid"] } -apistos-core = { path = "../apistos-core", version = "1.0.0-pre-release.6", features = ["actix-web-grants"] } -apistos-gen = { path = "../apistos-gen", version = "1.0.0-pre-release.6" } +apistos-core = { path = "../apistos-core", version = "1.0.0-pre-release.8", features = ["actix-web-grants"] } +apistos-gen = { path = "../apistos-gen", version = "1.0.0-pre-release.8" } # we use the "preserve_order" feature from schemars here following https://github.com/netwo-io/apistos/pull/78 schemars = { workspace = true, features = ["preserve_order"] } serde = { workspace = true, features = ["derive"] } diff --git a/apistos-models/README.md b/apistos-models/README.md index c7fd1a9..46d47de 100644 --- a/apistos-models/README.md +++ b/apistos-models/README.md @@ -28,7 +28,7 @@ These models are not linked to any web framework. ```toml [dependencies] schemars = "1.0.0-alpha.14" -apistos-models = "1.0.0-pre-release.6" +apistos-models = "1.0.0-pre-release.8" ``` ### About us diff --git a/apistos-rapidoc/Cargo.toml b/apistos-rapidoc/Cargo.toml index 1e667fa..f6f77cc 100644 --- a/apistos-rapidoc/Cargo.toml +++ b/apistos-rapidoc/Cargo.toml @@ -14,7 +14,7 @@ rust-version.workspace = true license.workspace = true [dependencies] -apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.6" } +apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.8" } [lints] workspace = true diff --git a/apistos-rapidoc/README.md b/apistos-rapidoc/README.md index a0fbe7d..d19be12 100644 --- a/apistos-rapidoc/README.md +++ b/apistos-rapidoc/README.md @@ -25,7 +25,7 @@ This crate is exposed through Apistos `rapidoc` feature. ```toml [dependencies] schemars = "1.0.0-alpha.14" -apistos = { version = "1.0.0-pre-release.6", feature = ["rapidoc"] } +apistos = { version = "1.0.0-pre-release.8", feature = ["rapidoc"] } ``` ### About us diff --git a/apistos-redoc/Cargo.toml b/apistos-redoc/Cargo.toml index ce9bf2f..f0fe2a5 100644 --- a/apistos-redoc/Cargo.toml +++ b/apistos-redoc/Cargo.toml @@ -14,7 +14,7 @@ rust-version.workspace = true license.workspace = true [dependencies] -apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.6" } +apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.8" } [lints] workspace = true diff --git a/apistos-redoc/README.md b/apistos-redoc/README.md index 77e221e..51c6441 100644 --- a/apistos-redoc/README.md +++ b/apistos-redoc/README.md @@ -25,7 +25,7 @@ This crate is exposed through Apistos `redoc` feature. ```toml [dependencies] schemars = "1.0.0-alpha.14" -apistos = { version = "1.0.0-pre-release.6", feature = ["redoc"] } +apistos = { version = "1.0.0-pre-release.8", feature = ["redoc"] } ``` ### About us diff --git a/apistos-scalar/Cargo.toml b/apistos-scalar/Cargo.toml index 818e8ae..90e881c 100644 --- a/apistos-scalar/Cargo.toml +++ b/apistos-scalar/Cargo.toml @@ -14,7 +14,7 @@ rust-version.workspace = true license.workspace = true [dependencies] -apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.6" } +apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.8" } [lints] workspace = true diff --git a/apistos-scalar/README.md b/apistos-scalar/README.md index 181bf0f..a35390f 100644 --- a/apistos-scalar/README.md +++ b/apistos-scalar/README.md @@ -25,7 +25,7 @@ This crate is exposed through Apistos `scalar` feature. ```toml [dependencies] schemars = "1.0.0-alpha.14" -apistos = { version = "1.0.0-pre-release.6", feature = ["scalar"] } +apistos = { version = "1.0.0-pre-release.8", feature = ["scalar"] } ``` ### About us diff --git a/apistos-shuttle/Cargo.toml b/apistos-shuttle/Cargo.toml index 1e8bc10..420d80b 100644 --- a/apistos-shuttle/Cargo.toml +++ b/apistos-shuttle/Cargo.toml @@ -18,7 +18,7 @@ actix-web = { workspace = true } num_cpus = { workspace = true } shuttle-runtime = { workspace = true } -apistos = { path = "../apistos", version = "1.0.0-pre-release.6" } +apistos = { path = "../apistos", version = "1.0.0-pre-release.8" } [lints] workspace = true diff --git a/apistos-shuttle/README.md b/apistos-shuttle/README.md index c90d0e5..dbb72b1 100644 --- a/apistos-shuttle/README.md +++ b/apistos-shuttle/README.md @@ -23,8 +23,8 @@ This crate allows you to run an actix-web server documented with Apistos on [Shu ```toml [dependencies] schemars = "1.0.0-alpha.14" -apistos = { version = "1.0.0-pre-release.6" } -apistos-shuttle = { version = "1.0.0-pre-release.6" } +apistos = { version = "1.0.0-pre-release.8" } +apistos-shuttle = { version = "1.0.0-pre-release.8" } ``` ### Example diff --git a/apistos-swagger-ui/Cargo.toml b/apistos-swagger-ui/Cargo.toml index ece763a..fdad4c6 100644 --- a/apistos-swagger-ui/Cargo.toml +++ b/apistos-swagger-ui/Cargo.toml @@ -14,7 +14,7 @@ rust-version.workspace = true license.workspace = true [dependencies] -apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.6" } +apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.8" } [lints] workspace = true diff --git a/apistos-swagger-ui/README.md b/apistos-swagger-ui/README.md index 2cfb729..d85f2e8 100644 --- a/apistos-swagger-ui/README.md +++ b/apistos-swagger-ui/README.md @@ -25,7 +25,7 @@ This crate is exposed through Apistos `swagger-ui` feature. ```toml [dependencies] schemars = "1.0.0-alpha.14" -apistos = { version = "1.0.0-pre-release.6", feature = ["swagger-ui"] } +apistos = { version = "1.0.0-pre-release.8", feature = ["swagger-ui"] } ``` ### About us diff --git a/apistos/Cargo.toml b/apistos/Cargo.toml index 3779dad..5aad913 100644 --- a/apistos/Cargo.toml +++ b/apistos/Cargo.toml @@ -24,25 +24,25 @@ regex = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -apistos-core = { path = "../apistos-core", version = "1.0.0-pre-release.6" } -apistos-gen = { path = "../apistos-gen", version = "1.0.0-pre-release.6" } -apistos-models = { path = "../apistos-models", version = "1.0.0-pre-release.6" } -apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.6" } -apistos-rapidoc = { path = "../apistos-rapidoc", version = "1.0.0-pre-release.6", optional = true } -apistos-redoc = { path = "../apistos-redoc", version = "1.0.0-pre-release.6", optional = true } -apistos-scalar = { path = "../apistos-scalar", version = "1.0.0-pre-release.6", optional = true } -apistos-swagger-ui = { path = "../apistos-swagger-ui", version = "1.0.0-pre-release.6", optional = true } +apistos-core = { path = "../apistos-core", version = "1.0.0-pre-release.8" } +apistos-gen = { path = "../apistos-gen", version = "1.0.0-pre-release.8" } +apistos-models = { path = "../apistos-models", version = "1.0.0-pre-release.8" } +apistos-plugins = { path = "../apistos-plugins", version = "1.0.0-pre-release.8" } +apistos-rapidoc = { path = "../apistos-rapidoc", version = "1.0.0-pre-release.8", optional = true } +apistos-redoc = { path = "../apistos-redoc", version = "1.0.0-pre-release.8", optional = true } +apistos-scalar = { path = "../apistos-scalar", version = "1.0.0-pre-release.8", optional = true } +apistos-swagger-ui = { path = "../apistos-swagger-ui", version = "1.0.0-pre-release.8", optional = true } [dev-dependencies] actix-web-lab = { workspace = true } garde-actix-web = { workspace = true } schemars = { workspace = true } -apistos-models = { path = "../apistos-models", version = "1.0.0-pre-release.6", features = ["deserialize"] } -apistos-rapidoc = { path = "../apistos-rapidoc", version = "1.0.0-pre-release.6" } -apistos-redoc = { path = "../apistos-redoc", version = "1.0.0-pre-release.6" } -apistos-scalar = { path = "../apistos-scalar", version = "1.0.0-pre-release.6" } -apistos-swagger-ui = { path = "../apistos-swagger-ui", version = "1.0.0-pre-release.6" } +apistos-models = { path = "../apistos-models", version = "1.0.0-pre-release.8", features = ["deserialize"] } +apistos-rapidoc = { path = "../apistos-rapidoc", version = "1.0.0-pre-release.8" } +apistos-redoc = { path = "../apistos-redoc", version = "1.0.0-pre-release.8" } +apistos-scalar = { path = "../apistos-scalar", version = "1.0.0-pre-release.8" } +apistos-swagger-ui = { path = "../apistos-swagger-ui", version = "1.0.0-pre-release.8" } [lints] workspace = true diff --git a/apistos/src/lib.rs b/apistos/src/lib.rs index 5f39580..4dfad03 100644 --- a/apistos/src/lib.rs +++ b/apistos/src/lib.rs @@ -9,7 +9,7 @@ //! ```toml //! [dependencies] //! schemars = "1.0.0-alpha.14" -//! apistos = "1.0.0-pre-release.6" +//! apistos = "1.0.0-pre-release.8" //! ``` //! //! # Usage example