Skip to content

Commit 91ec216

Browse files
committed
2561.0.1: support nim 1.1.0
1 parent 5be1c4b commit 91ec216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atoz.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
version = "2561.0.0"
1+
version = "2561.0.1"
22
author = "disruptek"
33
description = "Amazon Web Services (AWS) APIs"
44
license = "MIT"
55
requires "nim >= 0.20.0"
6-
requires "sigv4 >= 1.0.2"
6+
requires "sigv4 >= 1.0.4"
77
requires "https://github.com/disruptek/rest.git >= 1.0.0"
88

99
srcDir = "src"

0 commit comments

Comments
 (0)