mirror of https://github.com/status-im/NimYAML.git
fixed yaml.nimble to point to current version
This commit is contained in:
parent
15f8995ae2
commit
bdbdcc074b
|
@ -1,10 +1,10 @@
|
|||
# Package
|
||||
|
||||
version = "0.9.1"
|
||||
version = "0.10.0"
|
||||
author = "Felix Krause"
|
||||
description = "YAML 1.2 implementation for Nim"
|
||||
license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.0"
|
||||
requires "nim >= 0.17.0"
|
||||
|
|
Loading…
Reference in New Issue