Relax versioning requirement for docopt (allow newer versions).

This commit is contained in:
Jonathan Bernard 2023-02-13 08:45:43 -06:00
parent 4d6fa44bc3
commit f43ac66e44
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Package # Package
version = "1.0.1" version = "1.0.2"
author = "Jonathan Bernard" author = "Jonathan Bernard"
description = "Utility for managing data-uris: transforming data to and from, etc." description = "Utility for managing data-uris: transforming data to and from, etc."
license = "GPL-3.0-only" license = "GPL-3.0-only"
@ -13,7 +13,7 @@ bin = @["data_uri"]
requires @[ requires @[
"nim >= 1.4.4", "nim >= 1.4.4",
"docopt 0.6.8", "docopt >= 0.6.8",
"filetype", "filetype",
"zero_functional", "zero_functional",

View File

@ -1 +1 @@
const DATA_URI_VERSION* = "1.0.1" const DATA_URI_VERSION* = "1.0.2"