From 3ecadd3ad2a9be53f5e73ff212c1bd5463201a51 Mon Sep 17 00:00:00 2001 From: dxx Date: Wed, 1 Jun 2022 10:15:30 +0800 Subject: [PATCH] Release 0.3.3 --- Cargo.toml | 4 ++-- codegen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f4d06f..5f38d09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feignhttp" -version = "0.3.2" +version = "0.3.3" authors = ["dxx "] edition = "2021" description = "Declarative HTTP client for rust" @@ -28,7 +28,7 @@ reqwest-client = ["reqwest"] isahc-client = ["isahc"] [dependencies] -feignhttp-codegen = { version = "0.3.0", path = "codegen" } +feignhttp-codegen = { version = "0.3", path = "codegen" } async-trait = "0.1" http = "0.2" diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index de842d1..2580bf8 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feignhttp-codegen" -version = "0.3.0" +version = "0.3.3" authors = ["dxx "] edition = "2021" description = "FeignHttp macro support"