From ef06420b514776ae6834aa4b6af47c563e80fd82 Mon Sep 17 00:00:00 2001 From: Thomas Nelson Date: Tue, 28 Mar 2023 16:51:10 -0500 Subject: [PATCH] Remove unused dependency on unstable nim_utils library --- yanyl.nimble | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yanyl.nimble b/yanyl.nimble index 19c9166..6961af3 100644 --- a/yanyl.nimble +++ b/yanyl.nimble @@ -1,7 +1,7 @@ # Package # Yet Another Nim Yaml Library # YANYL -version = "1.0.0" +version = "1.0.1" author = "Thomas Nelson" description = "A library for working with YAML in Nim" license = "Unlicense" @@ -13,7 +13,6 @@ srcDir = "src" requires "nim >= 1.6.8" requires "fusion" requires "yaml >= 1.1.0" -requires "https://github.com/tanelso2/nim_utils >= 0.4.0" import strformat