diff -r c302a311cedf -r 959dc81335c9 tnetstring.nimble --- a/tnetstring.nimble Mon Oct 08 12:53:05 2018 -0700 +++ b/tnetstring.nimble Wed Oct 27 10:09:51 2021 -0700 @@ -1,7 +1,7 @@ # Package -version = "0.1.2" +version = "0.1.3" author = "Mahlon E. Smith " description = "Parsing and serializing for the TNetstring format." license = "MIT" @@ -11,5 +11,5 @@ # Dependencies -requires "nim >= 0.19.0" +requires "nim >= 1.4.0"