Skip to content

Commit ef06420

Browse files
committed
Remove unused dependency on unstable nim_utils library
1 parent 9ec2e1c commit ef06420

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yanyl.nimble

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Package
22
# Yet Another Nim Yaml Library
33
# YANYL
4-
version = "1.0.0"
4+
version = "1.0.1"
55
author = "Thomas Nelson"
66
description = "A library for working with YAML in Nim"
77
license = "Unlicense"
@@ -13,7 +13,6 @@ srcDir = "src"
1313
requires "nim >= 1.6.8"
1414
requires "fusion"
1515
requires "yaml >= 1.1.0"
16-
requires "https://github.com/tanelso2/nim_utils >= 0.4.0"
1716

1817
import
1918
strformat

0 commit comments

Comments
 (0)