Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
cargo-swagg: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Sova committed May 13, 2020
1 parent 7c1fe2b commit 06d0480
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
23 changes: 11 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-swagg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-swagg"
version = "0.1.0"
version = "0.3.0"
authors = ["Sergey Sova <mail@sergeysova.com>"]
categories = [
"development-tools",
Expand All @@ -18,6 +18,6 @@ repository = "https://github.com/sergeysova/actix-swagger"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
swagg = "0.2.0"
swagg = "0.3.0"
env_logger = "0.7.1"
clap = { version = "2.33.0", features = ["suggestions", "color", "wrap_help"] }
2 changes: 1 addition & 1 deletion swagg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swagg"
version = "0.2.0"
version = "0.3.0"
authors = ["Sergey Sova <mail@sergeysova.com>"]
categories = [
"development-tools",
Expand Down

0 comments on commit 06d0480

Please sign in to comment.