-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from SfietKonstantin/bump-0.1.1
Bump version to 0.1.1
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|