From e657a5807d7805792b838493912aa218d7238bfa Mon Sep 17 00:00:00 2001 From: dxx Date: Sun, 1 Jan 2023 21:34:34 +0800 Subject: [PATCH] Release 0.5.0 --- Cargo.toml | 4 ++-- codegen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 11a5ad6..92f8b83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feignhttp" -version = "0.4.5" +version = "0.5.0" authors = ["dxx "] edition = "2021" description = "Declarative HTTP client for rust" @@ -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" diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 4ae65df..e481ae2 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feignhttp-codegen" -version = "0.4.5" +version = "0.5.0" authors = ["dxx "] edition = "2021" description = "FeignHTTP macro support"