flyx / NimYAML

YAML implementation for Nim
https://nimyaml.org
Other
186 stars 36 forks source link

nimble install old files #96

Closed gkaizer closed 3 years ago

gkaizer commented 3 years ago

when installing via nimble I get old files, perhaps the original ones tagged 0.14.0? The committed new ones don't get installed both on linux and windows

flyx commented 3 years ago

This is working as expected; by default, nimble installs the latest released version. The newer commits are not part of a release yet; but you can do nimble install yaml@#head to get the latest version.