diff --git a/Cargo.toml b/Cargo.toml index 53b210c..12a1f01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feignhttp" -version = "0.2.3" +version = "0.3.0" authors = ["dxx <1827939333@qq.com>"] edition = "2018" description = "Declarative HTTP client for rust" @@ -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" diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 8971e63..3cba9d0 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feignhttp-codegen" -version = "0.2.3" +version = "0.3.0" authors = ["dxx <1827939333@qq.com>"] edition = "2018" description = "FeignHttp macro support"