Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dxx committed Apr 19, 2021
1 parent 8778935 commit e67b5bd
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.3"
version = "0.3.0"
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"]

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

0 comments on commit e67b5bd

Please sign in to comment.