Skip to content

Commit

Permalink
implemented handshake protocol 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed Jul 1, 2017
1 parent d7e2d14 commit 6289a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rethinkdb.nimble
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version = "0.2.3"
version = "0.2.3.1"
author = "Huy Doan"
description = "RethinkDB driver for Nim"
license = "MIT"

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

requires "nim >= 0.17.0", "struct >= 0.1.1"
requires "nim >= 0.17.0", "struct >= 0.1.1", "scram >= 0.1.0"



Expand Down

0 comments on commit 6289a75

Please sign in to comment.