From 6f91e1e1a6ce2e5cdb5866a1e1d7841ed5e3cd6f Mon Sep 17 00:00:00 2001 From: javalsai Date: Tue, 24 Mar 2026 22:54:30 +0100 Subject: [PATCH] ver: bump patch (0.1.2) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2875598..2185dba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "const-macros" description = "Crate with some useful macros for const-time stuff" -version = "0.1.1" +version = "0.1.2" edition = "2024" license = "MIT" repository = "https://git.javalsai.tuxcord.net/rust/const-macros"