From aab03292bf5a8371804e548c209d18e19ef6a0bd Mon Sep 17 00:00:00 2001 From: Danik Vitek Date: Mon, 20 Jan 2025 15:06:34 +0200 Subject: [PATCH] Update semantic version --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 756dbf4..85ba09a 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-generic" -version = "1.1.2" +version = "1.2.0" description = "Write code that can be both async and synchronous without duplicating it." authors = ["Eric Scouten "] license = "MIT OR Apache-2.0"