Skip to content

Commit

Permalink
Merge pull request #11 from SfietKonstantin/bump-0.1.1
Browse files Browse the repository at this point in the history
Bump version to 0.1.1
  • Loading branch information
SfietKonstantin authored May 12, 2021
2 parents 5bb4da9 + 393e923 commit ea22e5f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

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.1.0"
version = "0.1.1"
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.1.0"
version = "0.1.1"
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.1.0"
version = "0.1.1"
description = "reqwest based client for pretend."
authors = ["Lucien XU <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pretend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pretend"
edition = "2018"
version = "0.1.0"
version = "0.1.1"
description = "pretend is a modular, Feign-inspired, HTTP client based on macros."
authors = ["Lucien XU <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ea22e5f

Please sign in to comment.