From 6a37f26eaa6349c18ac7c74b1d3938d287013942 Mon Sep 17 00:00:00 2001 From: javalsai Date: Tue, 24 Mar 2026 22:24:34 +0100 Subject: [PATCH] ver: bump path (0.1.1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7139239..2875598 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.0" +version = "0.1.1" edition = "2024" license = "MIT" repository = "https://git.javalsai.tuxcord.net/rust/const-macros"