From 0e59545f925175331ef2c651f9e2fa88d9df3192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 18 Aug 2024 17:38:33 +0200 Subject: [PATCH] chore: Release macroconf version 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac2e782..4ae7a43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macroconf" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "macro for creating configurations using miniconf" license = "MIT OR Apache-2.0"