Compare commits

...

2 commits

Author SHA1 Message Date
0da599cf1e
chore: bump version 2024-12-17 14:51:05 -06:00
d9b4a3689f
fix: fix pos-arg handling 2024-12-17 14:50:26 -06:00
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
version = "2024.1004"
version = "2024.1005"
author = "Daylin Morgan"
description = "build nim binaries for all the platforms"
license = "MIT"
@ -8,4 +8,4 @@ binDir = "bin"
requires "nim >= 2.0.0"
requires "https://github.com/daylinmorgan/hwylterm#748f7e"
requires "https://github.com/daylinmorgan/hwylterm#3cf572ea"

View file

@ -3,12 +3,12 @@
"packages": {
"hwylterm": {
"version": "0.1.0",
"vcsRevision": "748f7e1bd6325d39bc531b29ce28f5ef276c5aae",
"vcsRevision": "3cf572ea4afa6f895eb0897bfb8e6e35f8f1e953",
"url": "https://github.com/daylinmorgan/hwylterm",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "129117c4e51b13d8eede1ef4a471b134d724b92f"
"sha1": "bf33d39e2a451b89fbbff6418569ccd5428b6bfd"
}
}
},