We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec2e1c commit ef06420Copy full SHA for ef06420
yanyl.nimble
@@ -1,7 +1,7 @@
1
# Package
2
# Yet Another Nim Yaml Library
3
# YANYL
4
-version = "1.0.0"
+version = "1.0.1"
5
author = "Thomas Nelson"
6
description = "A library for working with YAML in Nim"
7
license = "Unlicense"
@@ -13,7 +13,6 @@ srcDir = "src"
13
requires "nim >= 1.6.8"
14
requires "fusion"
15
requires "yaml >= 1.1.0"
16
-requires "https://github.com/tanelso2/nim_utils >= 0.4.0"
17
18
import
19
strformat
0 commit comments