From 46a5cb70ee230fc7417d5c67633876e5ff0d3723 Mon Sep 17 00:00:00 2001 From: dxx <1827939333@qq.com> Date: Wed, 7 Apr 2021 08:45:49 +0800 Subject: [PATCH] Release 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd6400d..6f12615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feignhttp" -version = "0.2.1" +version = "0.2.2" authors = ["dxx <1827939333@qq.com>"] edition = "2018" description = "Declarative HTTP client for rust"