Skip to content

Commit

Permalink
Fix pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran committed Sep 9, 2024
1 parent 4b53800 commit 59fd61c
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apistos-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions apistos-gen-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion apistos-models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apistos-rapidoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion apistos-rapidoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apistos-redoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion apistos-redoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apistos-scalar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion apistos-scalar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apistos-shuttle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions apistos-shuttle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apistos-swagger-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion apistos-swagger-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 13 additions & 13 deletions apistos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apistos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59fd61c

Please sign in to comment.