Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dxx committed Jun 1, 2022
1 parent 1375e2d commit 3ecadd3
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.3.2"
version = "0.3.3"
authors = ["dxx <[email protected]>"]
edition = "2021"
description = "Declarative HTTP client for rust"
Expand Down Expand Up @@ -28,7 +28,7 @@ reqwest-client = ["reqwest"]
isahc-client = ["isahc"]

[dependencies]
feignhttp-codegen = { version = "0.3.0", path = "codegen" }
feignhttp-codegen = { version = "0.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.3.0"
version = "0.3.3"
authors = ["dxx <[email protected]>"]
edition = "2021"
description = "FeignHttp macro support"
Expand Down

0 comments on commit 3ecadd3

Please sign in to comment.