Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dxx committed Apr 9, 2021
1 parent d7b441f commit 539c389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feignhttp"
version = "0.2.2"
version = "0.2.3"
authors = ["dxx <[email protected]>"]
edition = "2018"
description = "Declarative HTTP client for rust"
Expand Down Expand Up @@ -28,7 +28,7 @@ reqwest-client = ["reqwest"]
isahc-client = ["isahc", "serde_urlencoded"]

[dependencies]
feignhttp-codegen = { version = "0.2.0", path = "codegen" }
feignhttp-codegen = { version = "0.2.3", path = "codegen" }

async-trait = "0.1"
http = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feignhttp-codegen"
version = "0.2.0"
version = "0.2.3"
authors = ["dxx <[email protected]>"]
edition = "2018"
description = "FeignHttp macro support"
Expand Down

0 comments on commit 539c389

Please sign in to comment.