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