Skip to content

Commit

Permalink
Bump up next version
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Apr 5, 2022
1 parent 8d8e3d6 commit c89d907
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa"
description = "Compile time generated OpenAPI documentation for Rust"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -24,7 +24,7 @@ json = ["serde_json", "utoipa-gen/json"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
utoipa-gen = { version = "0.1.0", path = "./utoipa-gen" }
utoipa-gen = { version = "0.2.0", path = "./utoipa-gen" }

[dev-dependencies]
actix-web = { version = "4" }
Expand Down
2 changes: 1 addition & 1 deletion utoipa-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa-gen"
description = "Code generation implementation for utoipa"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion utoipa-swagger-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ debug = []
rust-embed = { version = "6.3", features = ["interpolate-folder-path"] }
mime_guess = { version = "2.0" }
actix-web = { version = "4", optional = true }
utoipa = { version = "0.1.0", path = "..", default-features = false, features = [] }
utoipa = { version = "0.2.0", path = "..", default-features = false, features = [] }

[package.metadata.docs.rs]
features = ["actix-web"]
Expand Down

0 comments on commit c89d907

Please sign in to comment.