From d5136ece8c3819e3145336747d585efd2f4321a8 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 11 Oct 2023 20:33:30 +0300 Subject: [PATCH] Fixup version --- crates/macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index 6bcdc3b..504f3f2 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -4,7 +4,7 @@ description = "Derive macros for php-tokio." repository = "https://github.com/danog/php-tokio" homepage = "https://github.com/danog/php-tokio" license = "Apache-2.0" -version = "0.2" +version = "0.2.0" authors = ["Daniil Gentili "] edition = "2021"