Skip to content

Commit

Permalink
Remove unused dependency on unstable nim_utils library
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelso2 committed Mar 28, 2023
1 parent 9ec2e1c commit ef06420
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yanyl.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit ef06420

Please sign in to comment.