Skip to content

Commit 6289a75

Browse files
committed
implemented handshake protocol 1.0
1 parent d7e2d14 commit 6289a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rethinkdb.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
version = "0.2.3"
1+
version = "0.2.3.1"
22
author = "Huy Doan"
33
description = "RethinkDB driver for Nim"
44
license = "MIT"
55

66
skipDirs = @["tests", "bench"]
77

8-
requires "nim >= 0.17.0", "struct >= 0.1.1"
8+
requires "nim >= 0.17.0", "struct >= 0.1.1", "scram >= 0.1.0"
99

1010

1111

0 commit comments

Comments
 (0)