From 6e5e16179fa2db60f2f37d8b1af4128aaa9c8aaf Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Sun, 6 Aug 2023 00:28:07 +0200 Subject: [PATCH] Update parsetoml.nimble Bump version to include latest fix for strictFuncs --- parsetoml.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsetoml.nimble b/parsetoml.nimble index 1b53205..4c5cce4 100644 --- a/parsetoml.nimble +++ b/parsetoml.nimble @@ -1,6 +1,6 @@ # Packages -version = "0.7.0" +version = "0.7.1" author = "Maurizio Tomasi " description = "Toml parser library for Nim" license = "MIT"