Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dxx committed Jan 1, 2023
1 parent eee0404 commit e657a58
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.4.5"
version = "0.5.0"
authors = ["dxx <[email protected]>"]
edition = "2021"
description = "Declarative HTTP client for rust"
Expand Down Expand Up @@ -31,7 +31,7 @@ isahc-client = ["isahc"]
json = ["serde_json", "reqwest/json", "isahc/json"]

[dependencies]
feignhttp-codegen = { version = "0.4", path = "codegen" }
feignhttp-codegen = { version = "0.5", 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.4.5"
version = "0.5.0"
authors = ["dxx <[email protected]>"]
edition = "2021"
description = "FeignHTTP macro support"
Expand Down

0 comments on commit e657a58

Please sign in to comment.