From 539c389a50033557e939a947bc3867b441df1fbe Mon Sep 17 00:00:00 2001 From: dxx <1827939333@qq.com> Date: Fri, 9 Apr 2021 08:27:48 +0800 Subject: [PATCH] Release 0.2.3 --- Cargo.toml | 4 ++-- codegen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"