From e2a5bc482a976cc8bbe602fb04c58b0efa6f4863 Mon Sep 17 00:00:00 2001 From: Danik Vitek Date: Wed, 22 Jan 2025 01:31:43 +0200 Subject: [PATCH] revert version diff --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 216c30f..756dbf4 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-generic" -version = "2.0.0" +version = "1.1.2" description = "Write code that can be both async and synchronous without duplicating it." authors = ["Eric Scouten "] license = "MIT OR Apache-2.0"