Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SfietKonstantin committed Aug 11, 2021
1 parent 14fc6b2 commit 8d56b72
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pretend-awc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pretend-awc"
edition = "2018"
version = "0.2.1"
version = "0.2.2"
description = "awc based client for pretend."
authors = ["Lucien XU <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pretend-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pretend-codegen"
edition = "2018"
version = "0.2.1"
version = "0.2.2"
description = "codegen for pretend."
authors = ["Lucien XU <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pretend-isahc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pretend-isahc"
edition = "2018"
version = "0.2.1"
version = "0.2.2"
description = "isahc based client for pretend."
authors = ["Lucien XU <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pretend-reqwest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pretend-reqwest"
edition = "2018"
version = "0.2.1"
version = "0.2.2"
description = "reqwest based client for pretend."
authors = ["Lucien XU <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pretend-ureq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pretend-ureq"
edition = "2018"
version = "0.2.1"
version = "0.2.2"
description = "ureq based client for pretend."
authors = ["Lucien XU <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions pretend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pretend"
edition = "2018"
version = "0.2.1"
version = "0.2.2"
description = "pretend is a modular, Feign-inspired, HTTP client based on macros."
authors = ["Lucien XU <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -37,4 +37,4 @@ trybuild = "1.0"

[features]
default = []
local-error = []
local-error = []

0 comments on commit 8d56b72

Please sign in to comment.