Skip to content

Commit e6991d5

Browse files
Fixed wrong syntax in requires
1 parent f324b55 commit e6991d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telebot.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description = "Async Telegram Bot API Client"
44
license = "MIT"
55
skipDirs = @["examples"]
66

7-
requires "nim >= 0.19.4, sam >= 0.1.8"
7+
requires "nim >= 0.19.4", "sam >= 0.1.8"

0 commit comments

Comments
 (0)